Author: sebb
Date: Sat May  9 22:54:34 2009
New Revision: 773279

URL: http://svn.apache.org/viewvc?rev=773279&view=rev
Log:
Remove leading space

Modified:
    jakarta/jmeter/trunk/xdocs/stylesheets/site_printable.vsl

Modified: jakarta/jmeter/trunk/xdocs/stylesheets/site_printable.vsl
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/stylesheets/site_printable.vsl?rev=773279&r1=773278&r2=773279&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/stylesheets/site_printable.vsl (original)
+++ jakarta/jmeter/trunk/xdocs/stylesheets/site_printable.vsl Sat May  9 
22:54:34 2009
@@ -78,7 +78,7 @@
 #end
 <td bgcolor="$tabletdbg" colspan="$!colspan" rowspan="$!rowspan" valign="top" 
align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- #if ($value.getText().length() != 0 || $value.hasChildren())
+#if ($value.getText().length() != 0 || $value.hasChildren())
 $xmlout.outputString($value, true)
 #else
 &nbsp;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to