You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/09/08 06:14:13 UTC

svn commit: r812338 - /ofbiz/trunk/framework/common/webcommon/includes/helplink.ftl

Author: hansbak
Date: Tue Sep  8 04:14:13 2009
New Revision: 812338

URL: http://svn.apache.org/viewvc?rev=812338&view=rev
Log:
unwanted change

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/helplink.ftl

Modified: ofbiz/trunk/framework/common/webcommon/includes/helplink.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/helplink.ftl?rev=812338&r1=812337&r2=812338&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/helplink.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/helplink.ftl Tue Sep  8 04:14:13 2009
@@ -25,7 +25,7 @@
     <#if (helpTopic?length > 20)> 
      <#assign helpTopic = helpTopic?substring(0,20)>
     </#if>
-${helpTopic}<#-- uncomment this to show the current screen help topic key (this is usefull to cut and paste in the help link resources files
+<#-- uncomment this to show the current screen help topic key (this is usefull to cut and paste in the help link resources files
 ${helpTopic}
 -->
     <#assign helpContent = delegator.findByAnd("Content", {"contentId" : helpTopic})>