Author: erwan
Date: Thu Apr 14 20:31:14 2011
New Revision: 1092503
URL:
http://svn.apache.org/viewvc?rev=1092503&view=revLog:
Using <span/> for anchor instead of <a/>, resolving errors with firefox or chrome when using help
Modified:
ofbiz/trunk/applications/content/template/HelpTemplate.ftl
Modified: ofbiz/trunk/applications/content/template/HelpTemplate.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/HelpTemplate.ftl?rev=1092503&r1=1092502&r2=1092503&view=diff==============================================================================
--- ofbiz/trunk/applications/content/template/HelpTemplate.ftl (original)
+++ ofbiz/trunk/applications/content/template/HelpTemplate.ftl Thu Apr 14 20:31:14 2011
@@ -54,7 +54,7 @@ under the License.
</#if>
<#else>
<#if subTitle?node_name = "anchor">
- <a name="${subTitle["@xml:id"]}" />
+ <span id="${subTitle["@xml:id"]}" />
</#if>
</#if>
</#list>