From 82b3646e2e16bf24d0df3401e9178464bdd7afee Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 7 Sep 2009 12:42:31 +1200 Subject: [PATCH] Fixing a bug that crept in with a cherry-pick --- opac/opac-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-search.pl b/opac/opac-search.pl index 2887a5132e..1c8d572fb0 100755 --- a/opac/opac-search.pl +++ b/opac/opac-search.pl @@ -654,4 +654,4 @@ if ($cgi->param('format') && $cgi->param('format') =~ /rss/) { $content_type = 'html' } -output_with_http_headers $cgi, $cookie, $template->output, $content_type; +output_html_with_http_headers $cgi, $cookie, $template->output, $content_type; -- 2.39.5