donaldp 2002/08/31 23:22:31
Modified: site/src/stylesheets docs.vsl
Log:
Revision Changes Path
1.3 +2 -2 jakarta-avalon-excalibur/site/src/stylesheets/docs.vsl
Index: docs.vsl
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/site/src/stylesheets/docs.vsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- docs.vsl 22 Jun 2002 15:00:48 -0000 1.2
+++ docs.vsl 1 Sep 2002 06:22:31 -0000 1.3
@@ -40,11 +40,11 @@
#end
#macro (document)
- #header
+ #header()
#set ($allSections = $root.getChild("body").getChildren("section"))
#foreach ( $section in $allSections )
#section ($section)
#end
- #footer
+ #footer()
#end
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>