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/02 19:22:42 UTC

svn commit: r1196736 - in /jmeter/branches/docs-2.5.1/xdocs/stylesheets: site.vsl site_printable.vsl

Author: sebb
Date: Wed Nov  2 18:22:42 2011
New Revision: 1196736

URL: http://svn.apache.org/viewvc?rev=1196736&view=rev
Log:
Update to latest stylesheets

Modified:
    jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl
    jmeter/branches/docs-2.5.1/xdocs/stylesheets/site_printable.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=1196736&r1=1196735&r2=1196736&view=diff
==============================================================================
--- jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl (original)
+++ jmeter/branches/docs-2.5.1/xdocs/stylesheets/site.vsl Wed Nov  2 18:22:42 2011
@@ -79,7 +79,7 @@
 #end
 <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)
+#if ($value.getText().length() != 0 || $value.getChildren().size() > 0)
 $xmlout.outputString($value, true)
 #else
 &nbsp;
@@ -97,7 +97,7 @@ $xmlout.outputString($value, true)
 #end
 <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.hasChildren())
+#if ($value.getText().length() != 0 || $value.getChildren().size() > 0)
 $xmlout.outputString($value, true)
 #else
 &nbsp;

Modified: jmeter/branches/docs-2.5.1/xdocs/stylesheets/site_printable.vsl
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/xdocs/stylesheets/site_printable.vsl?rev=1196736&r1=1196735&r2=1196736&view=diff
==============================================================================
--- jmeter/branches/docs-2.5.1/xdocs/stylesheets/site_printable.vsl (original)
+++ jmeter/branches/docs-2.5.1/xdocs/stylesheets/site_printable.vsl Wed Nov  2 18:22:42 2011
@@ -79,7 +79,7 @@
 #end
 <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)
+#if ($value.getText().length() != 0 || $value.getChildren().size() > 0)
 $xmlout.outputString($value, true)
 #else
 &nbsp;
@@ -93,7 +93,7 @@ $xmlout.outputString($value, true)
 #set ($rowspan = $value.getAttributeValue("rowspan"))
 <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.hasChildren())
+#if ($value.getText().length() != 0 || $value.getChildren().size() > 0)
 $xmlout.outputString($value, true)
 #else
 &nbsp;