Author: hansbak
Date: Tue Sep 8 04:14:13 2009
New Revision: 812338
URL:
http://svn.apache.org/viewvc?rev=812338&view=revLog:
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})>