You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/03/04 10:19:51 UTC

svn commit: r1785456 - /jmeter/trunk/xdocs/stylesheets/site_printable.vsl

Author: fschumacher
Date: Sat Mar  4 10:19:51 2017
New Revision: 1785456

URL: http://svn.apache.org/viewvc?rev=1785456&view=rev
Log:
No new line after complink macro in vsl stylesheet.

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

Modified: jmeter/trunk/xdocs/stylesheets/site_printable.vsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/site_printable.vsl?rev=1785456&r1=1785455&r2=1785456&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/site_printable.vsl (original)
+++ jmeter/trunk/xdocs/stylesheets/site_printable.vsl Sat Mar  4 10:19:51 2017
@@ -323,7 +323,7 @@ Contributed by $id.getAttributeValue("na
 #end
 
 #macro (complink $complink)
-<a href="$relativePath/usermanual/component_reference.html#$complink.getAttributeValue("name").replace($space,$udsc)">$complink.getAttributeValue("name")</a>
+<a href="$relativePath/usermanual/component_reference.html#$complink.getAttributeValue("name").replace($space,$udsc)">$complink.getAttributeValue("name")</a>##
 #end
 
 #macro (outputTag $tag)