You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/07/08 11:17:22 UTC

svn commit: r1608699 - in /ofbiz/branches/release13.07: ./ framework/common/webcommon/includes/messages.ftl

Author: jacopoc
Date: Tue Jul  8 09:17:21 2014
New Revision: 1608699

URL: http://svn.apache.org/r1608699
Log:
Applied fix from trunk for revision: 1608698 
===

Escaped for html all the messages (including error messages).


Modified:
    ofbiz/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/framework/common/webcommon/includes/messages.ftl

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1608698

Modified: ofbiz/branches/release13.07/framework/common/webcommon/includes/messages.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/common/webcommon/includes/messages.ftl?rev=1608699&r1=1608698&r2=1608699&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/common/webcommon/includes/messages.ftl (original)
+++ ofbiz/branches/release13.07/framework/common/webcommon/includes/messages.ftl Tue Jul  8 09:17:21 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