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 2019/06/18 04:23:43 UTC

[jmeter] branch master updated: docs have to well formed xml

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new b7ab6e2  docs have to well formed xml
b7ab6e2 is described below

commit b7ab6e2f626f4a28b70bed9010e36909011b7c5e
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Tue Jun 18 06:23:24 2019 +0200

    docs have to well formed xml
---
 xdocs/usermanual/component_reference.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index c92ad1d..6fa6119 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -1159,7 +1159,7 @@ props.put("PROP1","1234");</source>
     <property name="Name" required="No">Descriptive name for this sampler that is shown in the tree.</property>
     <property name="Scripting Language" required="Yes">Name of the JSR223 scripting language to be used.
       <note>There are other languages supported than those that appear in the drop-down list.
-        Others may be available if the appropriate jar is installed in the JMeter lib directory.<p>
+        Others may be available if the appropriate jar is installed in the JMeter lib directory.<br/>
         Notice that some languages such as Velocity may use a different syntax for JSR223 variables,
         e.g. <source>$log.debug("Hello " + $vars.get("a"));</source> for Velocity.
       </note>