Fixing XXS problem NIHVIVO-3147

This commit is contained in:
briancaruso 2012-03-21 19:05:49 +00:00
parent 0f5a2f7904
commit a351309c67

View file

@ -3,7 +3,9 @@
<#-- Template for displaying search error message --> <#-- Template for displaying search error message -->
<#if title??> <#if title??>
<h2>${title}</h2> <h2>${title?html}</h2>
</#if> </#if>
<p>${message}</p> <p>
${message?html}
</p>