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