You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2015/05/31 19:38:10 UTC

svn commit: r1682755 - /jmeter/branches/docs-2.13/docs/usermanual/functions.html

Author: sebb
Date: Sun May 31 17:38:10 2015
New Revision: 1682755

URL: http://svn.apache.org/r1682755
Log:
restore dropped & entity

Modified:
    jmeter/branches/docs-2.13/docs/usermanual/functions.html

Modified: jmeter/branches/docs-2.13/docs/usermanual/functions.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.13/docs/usermanual/functions.html?rev=1682755&r1=1682754&r2=1682755&view=diff
==============================================================================
--- jmeter/branches/docs-2.13/docs/usermanual/functions.html (original)
+++ jmeter/branches/docs-2.13/docs/usermanual/functions.html Sun May 31 17:38:10 2015
@@ -1191,7 +1191,7 @@ Function which escapes the characters in
 Supports HTML 4.0 entities.
 </p>
 <p>
-For example,<span class="code">&quot;bread&quot; & &quot;butter&quot;</span>
+For example,<span class="code">&quot;bread&quot; &amp; &quot;butter&quot;</span>
 becomes:
 <span class="code">&#38;quot;bread&#38;quot; &#38;amp; &#38;quot;butter&#38;quot;</span>.
 </p>