svn commit: r663611 - /ofbiz/trunk/framework/common/webcommon/includes/header.ftl

Posted by jleroux@apache.org on
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r663611-ofbiz-trunk-framework-common-webcommon-includes-header-ftl-tp216188.html

Author: jleroux
Date: Thu Jun  5 06:56:51 2008
New Revision: 663611

URL: http://svn.apache.org/viewvc?rev=663611&view=rev
Log:
I wondered why it did not work. Lol, I was really tired when I wrote that. Adrian already fixed a typo, here is the last. It works now :o)

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

Modified: ofbiz/trunk/framework/common/webcommon/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/header.ftl?rev=663611&r1=663610&r2=663611&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/header.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/header.ftl Thu Jun  5 06:56:51 2008
@@ -63,7 +63,7 @@
 
 <body>
   <div class="hidden">
-    <a ref="#column-container" title="${uiLabelMap.CommonSkipNavigation}" accesskey="2">
+    <a href="#column-container" title="${uiLabelMap.CommonSkipNavigation}" accesskey="2">
       ${uiLabelMap.CommonSkipNavigation}
     </a>
   </div>