This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-plugins.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new feef385 Fixed: Wrong quote marks (OFBIZ-11972)
feef385 is described below
commit feef385e7e44e2a90a5f5c83f0a73a7337979e41
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Tue Oct 6 16:01:18 2020 +0200
Fixed: Wrong quote marks (OFBIZ-11972)
Thanks: Alex Bodnaru
---
ecommerce/template/catalog/ProductDetail.ftl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ecommerce/template/catalog/ProductDetail.ftl b/ecommerce/template/catalog/ProductDetail.ftl
index 1f0d39d..b70f9b6 100644
--- a/ecommerce/template/catalog/ProductDetail.ftl
+++ b/ecommerce/template/catalog/ProductDetail.ftl
@@ -707,7 +707,7 @@ ${variantInfoJavaScript!}
<div id="addCart2" style="display:block;">
<span style="white-space: nowrap;"><strong>${uiLabelMap.CommonQuantity}:</strong></span>
<input type="text" class="form-control" size="5" value="1" disabled="disabled"/>
- <a href="javascript:showErrorAlert("${uiLabelMap.CommonErrorMessage2}","${uiLabelMap.CommonPleaseSelectAllFeaturesFirst}");"
+ <a href="javascript:showErrorAlert('${uiLabelMap.CommonErrorMessage2}','${uiLabelMap.CommonPleaseSelectAllFeaturesFirst}');"
class="btn btn-outline-secondary"><span style="white-space: nowrap;">${uiLabelMap.OrderAddToCart}</span></a>
</div>