You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2011/11/12 01:44:08 UTC

svn commit: r1201130 - /jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl

Author: sebb
Date: Sat Nov 12 00:44:07 2011
New Revision: 1201130

URL: http://svn.apache.org/viewvc?rev=1201130&view=rev
Log:
Simplify

Modified:
    jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl

Modified: jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl?rev=1201130&r1=1201129&r2=1201130&view=diff
==============================================================================
--- jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl (original)
+++ jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl Sat Nov 12 00:44:07 2011
@@ -80,7 +80,7 @@
 <td bgcolor="$tabletdbg" #if ($colspan)colspan="$colspan"#end #if ($rowspan)rowspan="$rowspan"#end valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
 #if ($value.getText().length() != 0 || $value.getChildren().size() > 0)
-$xmlout.outputString($value, true)
+$value.content
 #else
 &nbsp;
 #end
@@ -98,7 +98,7 @@ $xmlout.outputString($value, true)
 <td bgcolor="$tablethbg" #if ($colspan)colspan="$colspan"#end #if ($rowspan)rowspan="$rowspan"#end valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
 #if ($value.getText().length() != 0 || $value.getChildren().size() > 0)
-$xmlout.outputString($value, true)
+$value.content
 #else
 &nbsp;
 #end