[ofbiz-plugins] branch release17.12 updated: Fixed: Wrong quote marks (OFBIZ-11972)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch release17.12 updated: Fixed: Wrong quote marks (OFBIZ-11972)

jleroux@apache.org
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.git


The 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>&nbsp;
               <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>
               &nbsp;
             </div>