Author: hansbak
Date: Wed May 27 06:18:23 2009
New Revision: 779020
URL:
http://svn.apache.org/viewvc?rev=779020&view=revLog:
another html allow
Modified:
ofbiz/trunk/framework/common/servicedef/services_email.xml
Modified: ofbiz/trunk/framework/common/servicedef/services_email.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_email.xml?rev=779020&r1=779019&r2=779020&view=diff==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_email.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_email.xml Wed May 27 06:18:23 2009
@@ -35,7 +35,7 @@
<attribute name="authPass" type="String" mode="IN" optional="true"/>
<attribute name="sendVia" type="String" mode="IN" optional="true"/>
<attribute name="sendType" type="String" mode="IN" optional="true"/>
- <attribute name="subject" type="String" mode="INOUT" optional="true"/>
+ <attribute name="subject" type="String" mode="INOUT" optional="true" allow-html="safe"/>
<attribute name="contentType" type="String" mode="INOUT" optional="true"/>
<attribute name="partyId" type="String" mode="INOUT" optional="true"/>
<attribute name="messageId" type="String" mode="INOUT" optional="true"/>