diff --git a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl index 020923fed..fa93eedde 100644 --- a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl +++ b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl @@ -7,9 +7,9 @@ <#include "queryBuilder.ftl"> <#escape x as x?html> - ${i18n().search_results_for} '${querytext}' - <#if classGroupName?has_content>${i18n().limited_to_type} '${classGroupName}' - <#if typeName?has_content>${i18n().limited_to_type} '${typeName}' +
${i18n().search_results_for} '${querytext}'
+
<#if classGroupName?has_content>${i18n().limited_to_type} '${classGroupName}'
+
<#if typeName?has_content>${i18n().limited_to_type} '${typeName}'