You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/10/06 14:04:02 UTC

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

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7276348  Fixed: Wrong quote marks (OFBIZ-11972)
7276348 is described below

commit 7276348269f4b48b99ad7b5f23f4cb071cc4cead
Author: Jacques Le Roux <ja...@les7arts.com>
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 277c732..ea8bda4 100644
--- a/ecommerce/template/catalog/ProductDetail.ftl
+++ b/ecommerce/template/catalog/ProductDetail.ftl
@@ -652,7 +652,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>