sebb 2003/10/15 17:36:53
Modified: xdocs/stylesheets site_printable.vsl
Log:
Fixed image directory; reduced spacing in tags
Revision Changes Path
1.12 +2 -2 jakarta-jmeter/xdocs/stylesheets/site_printable.vsl
Index: site_printable.vsl
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/stylesheets/site_printable.vsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- site_printable.vsl 12 Oct 2003 01:03:33 -0000 1.11
+++ site_printable.vsl 16 Oct 2003 00:36:53 -0000 1.12
@@ -22,7 +22,7 @@
#set ($space = $space.charAt(0))
#set ($udsc = "_")
#set ($udsc = $udsc.charAt(0))
- #set ($imgdir = "$relativePath/../docs/images")
+ #set ($imgdir = "$relativePath/images")
#set ($sshotdir = "$imgdir/screenshots")
<!-- start the processing -->
@@ -229,7 +229,7 @@
#end
#macro (getAtts $tag)
- #foreach ($att in $tag.getAttributes()) $att.getName()="$att.getValue()"#end
+#foreach ($att in $tag.getAttributes()) $att.getName()="$att.getValue()"#end
#end
#macro (outputEndTag $tag)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]