From b106a9b1f65b8739a4476a33285b431ccf433dd9 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 27 Nov 2013 06:17:28 +1300 Subject: [PATCH] [SIGNED OFF] Bug 11308 : Fixing rss page in bootstrap To test: 1/ Do a search in the opac, click on the rss feed icon 2/ Notice the page renders, not like an rss feed should 3/ Apply the patch and refresh 4/ Page should now be (more) valid xml Signed-off-by: Mark Tompsett --- .../bootstrap/en/modules/opac-opensearch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt index d585701..4c263de 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt @@ -1,5 +1,5 @@ -[% USE Koha %] +[% USE Koha %] [% IF ( opensearchdescription ) %] [% LibraryName |html %] Search -- 1.7.9.5