From 8cc8247513d40bc222ce1eda0ac6bb6deee47636 Mon Sep 17 00:00:00 2001 From: briancaruso Date: Wed, 6 Apr 2011 15:32:37 +0000 Subject: [PATCH] Fixing bug that caused search xml to be invalid, Fixing spelling mistake in search xml. NIHVIVO-2434 --- .../freemarker/body/search/search-xmlResults.ftl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/web/templates/freemarker/body/search/search-xmlResults.ftl b/webapp/web/templates/freemarker/body/search/search-xmlResults.ftl index 60eb4461f..9def574b8 100644 --- a/webapp/web/templates/freemarker/body/search/search-xmlResults.ftl +++ b/webapp/web/templates/freemarker/body/search/search-xmlResults.ftl @@ -1,6 +1,6 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - + ${querytext?xml} @@ -9,13 +9,13 @@ - + <#list individuals as individual> - ${individual.uri} - ${individual.name} + ${individual.uri?xml} + ${individual.name?xml} - \ No newline at end of file + \ No newline at end of file