jefft 2003/03/04 06:14:43
Modified: src/documentation/content/xdocs tabs.xml
Log:
Fix tabs again ('dir' can *only* take directories, not URLs)
Revision Changes Path
1.8 +5 -5 avalon-site/src/documentation/content/xdocs/tabs.xml
Index: tabs.xml
===================================================================
RCS file: /home/cvs/avalon-site/src/documentation/content/xdocs/tabs.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tabs.xml 4 Mar 2003 13:24:41 -0000 1.7
+++ tabs.xml 4 Mar 2003 14:14:42 -0000 1.8
@@ -7,10 +7,10 @@
xmlns:xlink="http://www.w3.org/1999/xlink">
<tab label="Home" dir=""/>
- <tab label="Framework" dir="http://avalon.apache.org/framework/"/>
- <tab label="Components" dir="components/"/>
- <tab label="Containers" dir="containers/"/>
- <tab label="Apps" dir="http://avalon.apache.org/apps/"/>
- <tab label="Sandbox" dir="http://avalon.apache.org/sandbox/"/>
+ <tab label="Framework" href="http://avalon.apache.org/framework/"/>
+ <tab label="Components" href="components/"/>
+ <tab label="Containers" href="containers/"/>
+ <tab label="Apps" href="http://avalon.apache.org/apps/"/>
+ <tab label="Sandbox" href="http://avalon.apache.org/sandbox/"/>
</tabs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]