You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/27 08:18:23 UTC

svn commit: r779020 - /ofbiz/trunk/framework/common/servicedef/services_email.xml

Author: hansbak
Date: Wed May 27 06:18:23 2009
New Revision: 779020

URL: http://svn.apache.org/viewvc?rev=779020&view=rev
Log:
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"/>