svn commit: r1092503 - /ofbiz/trunk/applications/content/template/HelpTemplate.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1092503 - /ofbiz/trunk/applications/content/template/HelpTemplate.ftl

erwan
Author: erwan
Date: Thu Apr 14 20:31:14 2011
New Revision: 1092503

URL: http://svn.apache.org/viewvc?rev=1092503&view=rev
Log:
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>