From 0bd4517178d9bf987b2f9030df547467e4d96900 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 27 Nov 2013 06:17:28 +1300 Subject: [PATCH] [PASSED QA] 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 Signed-off-by: Katrin Fischer Small change, big difference. With the patch the content of the RSS feed renders like it does for the prog theme. --- koha-tmpl/opac-tmpl/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 7b9cd8b..34cfcc5 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.8.3.2