Fixing XXS problem NIHVIVO-3147
This commit is contained in:
parent
0f5a2f7904
commit
a351309c67
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue