You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/06/05 15:56:52 UTC

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

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>