svn commit: r1608698 - /ofbiz/trunk/framework/common/webcommon/includes/messages.ftl

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

svn commit: r1608698 - /ofbiz/trunk/framework/common/webcommon/includes/messages.ftl

jacopoc
Author: jacopoc
Date: Tue Jul  8 09:16:25 2014
New Revision: 1608698

URL: http://svn.apache.org/r1608698
Log:
Escaped for html all the messages (including error messages).

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/messages.ftl

Modified: ofbiz/trunk/framework/common/webcommon/includes/messages.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/messages.ftl?rev=1608698&r1=1608697&r2=1608698&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/messages.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/messages.ftl Tue Jul  8 09:16:25 2014
@@ -16,7 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-
+<#escape x as x?html>
 <#if requestAttributes.errorMessageList?has_content><#assign errorMessageList=requestAttributes.errorMessageList></#if>
 <#if requestAttributes.eventMessageList?has_content><#assign eventMessageList=requestAttributes.eventMessageList></#if>
 <#if requestAttributes.serviceValidationException?exists><#assign serviceValidationException = requestAttributes.serviceValidationException></#if>
@@ -63,3 +63,4 @@ under the License.
     </#if>
   </div>
 </#if>
+</#escape>
\ No newline at end of file