Author: sebb
Date: Sun May 20 12:56:55 2012
New Revision: 1340703

URL: http://svn.apache.org/viewvc?rev=1340703&view=rev
Log:
Defer the conversion of the Yen symbol to run-time so won't be mangled by EOL 
conversion

Modified:
    jmeter/trunk/xdocs/usermanual/functions.xml

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1340703&r1=1340702&r2=1340703&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sun May 20 12:56:55 2012
@@ -1052,7 +1052,7 @@ The following variables are made availab
 <br/>
 ${__char(13,10)} = ${__char(0xD,0xA)} = ${__char(015,012)} = CRLF
 <br/>
-${__char(165)} = &#xa5; (yen)
+${__char(165)} = &amp;#165; (yen)
  </p>
 </component>
 


Reply via email to