You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/02/24 02:17:19 UTC

svn commit: r155116 - forrest/trunk/docs-author/content/xdocs/tabs.xml

Author: crossley
Date: Wed Feb 23 17:17:17 2005
New Revision: 155116

URL: http://svn.apache.org/viewcvs?view=rev&rev=155116
Log:
Workaround for issue FOR-447 "broken Welcome tab in docs/dev/"

Modified:
    forrest/trunk/docs-author/content/xdocs/tabs.xml

Modified: forrest/trunk/docs-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/tabs.xml?view=diff&r1=155115&r2=155116
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/tabs.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/tabs.xml Wed Feb 23 17:17:17 2005
@@ -33,7 +33,10 @@
     be displayed when their parent tab is selected.    
   -->
 
+<!-- FIXME: FOR-447
     <tab id="home" label="Welcome" dir="../../"/>
+-->
+    <tab id="home" label="Welcome" dir="" indexfile="../../mail-lists.html"/>
     <tab id="project" label="Project" dir="" indexfile="../../contrib.html"/>
     <tab id="docs" label="0.7-dev Documentation" dir="/" indexfile="index.html">
       <tab id="core" label="Core" indexfile="your-project.html"/>