You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/26 12:09:00 UTC

svn commit: r1806290 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Header.ftl

Author: deepak
Date: Sat Aug 26 12:09:00 2017
New Revision: 1806290

URL: http://svn.apache.org/viewvc?rev=1806290&view=rev
Log:
Reverted mistakenly committed code from Header.ftl at r#1796379

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Header.ftl

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Header.ftl?rev=1806290&r1=1806289&r2=1806290&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Header.ftl (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Header.ftl Sat Aug 26 12:09:00 2017
@@ -43,7 +43,7 @@ under the License.
     </#if>
     <div id="welcome-message">
     <#if sessionAttributes.autoName?has_content>
-      ${uiLabelMap.CommonWelcome}&nbsp;${sessionAttributes.autoName}!
+      ${uiLabelMap.CommonWelcome}&nbsp;${sessionAttributes.autoName?html}!
       (${uiLabelMap.CommonNotYou}?&nbsp;
       <a href="<@o...@ofbizUrl>" class="linktext">${uiLabelMap.CommonClickHere}</a>)
     <#else>