svn commit: r1646781 - /ofbiz/trunk/framework/base/config/antisamy-esapi.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1646781 - /ofbiz/trunk/framework/base/config/antisamy-esapi.xml

jleroux@apache.org
Author: jleroux
Date: Fri Dec 19 15:56:21 2014
New Revision: 1646781

URL: http://svn.apache.org/r1646781
Log:
Adds the rupee symbol (₹) to antisamy-esapi.xml like we have the euro symbol(€)

Modified:
    ofbiz/trunk/framework/base/config/antisamy-esapi.xml

Modified: ofbiz/trunk/framework/base/config/antisamy-esapi.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/antisamy-esapi.xml?rev=1646781&r1=1646780&r2=1646781&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/antisamy-esapi.xml (original)
+++ ofbiz/trunk/framework/base/config/antisamy-esapi.xml Fri Dec 19 15:56:21 2014
@@ -478,5 +478,6 @@ OFBiz additional allowed tags:
         <entity name="rsaquo" cdata="&amp;#8250;"/> <!--single right-pointing angle quotation mark, U+203A ISO proposed -->
         <!-- rsaquo is proposed but not yet ISO standardized -->
         <entity name="euro" cdata="&amp;#8364;"/> <!--euro sign, U+20AC NEW -->
+        <entity name="rupee" cdata="&amp;#8377;"/> <!--rupee sign, U+20B9 NEW -->
     </html-entities>
 </anti-samy-rules>