Author: sebb
Date: Tue Jun 14 22:28:17 2011
New Revision: 1135828
URL: http://svn.apache.org/viewvc?rev=1135828&view=rev
Log:
Fix invalid tag nesting
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=1135828&r1=1135827&r2=1135828&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/stylesheets/site_printable.vsl (original)
+++ jakarta/jmeter/trunk/xdocs/stylesheets/site_printable.vsl Tue Jun 14
22:28:17 2011
@@ -302,7 +302,7 @@ $node.getText()
#if ("$!tag" != "")
<a name="$tag"></a>
#end
-<h3><a
name="$component.getAttributeValue("name").replace($space,$udsc)">$!component.getAttributeValue("index")
$component.getAttributeValue("name")</h3></a>
+<h3><a
name="$component.getAttributeValue("name").replace($space,$udsc)">$!component.getAttributeValue("index")
$component.getAttributeValue("name")</a></h3>
</font>
</td></tr>
#if($component.getAttribute("useinstead"))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]