You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2009/05/10 15:08:38 UTC

svn commit: r773338 - /jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl

Author: sebb
Date: Sun May 10 13:08:38 2009
New Revision: 773338

URL: http://svn.apache.org/viewvc?rev=773338&view=rev
Log:
oops,wrong variable name

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

Modified: jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl?rev=773338&r1=773337&r2=773338&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl (original)
+++ jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl Sun May 10 13:08:38 2009
@@ -249,8 +249,8 @@
 #subsection ($u_node)
 #elseif ($u_node.getName().equals("scope"))
 #scope ($u_node)
-#elseif ($node.getName().equals("bugzilla"))
-#bugzilla ($node)
+#elseif ($u_node.getName().equals("bugzilla"))
+#bugzilla ($u_node)
 #else
 #outputTag($u_node)
 #runloop($u_node)



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org