Fixing XXS problem NIHVIVO-3147

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

View file

@ -3,9 +3,11 @@
<#-- Template for displaying paged search results --> <#-- Template for displaying paged search results -->
<h2> <h2>
<#escape x as x?html>
Search results for '${querytext}' Search results for '${querytext}'
<#if classGroupName?has_content>limited to type '${classGroupName}'</#if> <#if classGroupName?has_content>limited to type '${classGroupName}'</#if>
<#if typeName?has_content>limited to type '${typeName}'</#if> <#if typeName?has_content>limited to type '${typeName}'</#if>
</#escape>
</h2> </h2>
<div class="contentsBrowseGroup"> <div class="contentsBrowseGroup">