Author: jleroux
Date: Fri Dec 19 15:56:21 2014
New Revision: 1646781
URL:
http://svn.apache.org/r1646781Log:
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="&#8250;"/> <!--single right-pointing angle quotation mark, U+203A ISO proposed -->
<!-- rsaquo is proposed but not yet ISO standardized -->
<entity name="euro" cdata="&#8364;"/> <!--euro sign, U+20AC NEW -->
+ <entity name="rupee" cdata="&#8377;"/> <!--rupee sign, U+20B9 NEW -->
</html-entities>
</anti-samy-rules>