Author: fschumacher
Date: Thu Sep 20 17:59:53 2018
New Revision: 1841485
URL: http://svn.apache.org/viewvc?rev=1841485&view=rev
Log:
Correct link to jexl3 function.
Modified:
jmeter/branches/docs-5.0/docs/changes.html
Modified: jmeter/branches/docs-5.0/docs/changes.html
URL:
http://svn.apache.org/viewvc/jmeter/branches/docs-5.0/docs/changes.html?rev=1841485&r1=1841484&r2=1841485&view=diff
==============================================================================
--- jmeter/branches/docs-5.0/docs/changes.html (original)
+++ jmeter/branches/docs-5.0/docs/changes.html Thu Sep 20 17:59:53 2018
@@ -621,7 +621,7 @@ this behaviour, set <span class="code">h
Bug
62541</a>
-
- Allow <span class="code">funclink name="__jexl3"/></span>, <span
class="code"><a href="./usermanual/functions.html#__jexl2">__jexl2</a></span>
functions to support new syntax as <span class="code">var x;</span>.
Contributed by orimarko at gmail.com</li>
+ Allow <span class="code"><a
href="./usermanual/functions.html#__jexl3">__jexl3</a></span>, <span
class="code"><a href="./usermanual/functions.html#__jexl2">__jexl2</a></span>
functions to support new syntax as <span class="code">var x;</span>.
Contributed by orimarko at gmail.com</li>
<li>
<a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=61834">