Fixing a bug that crept in with a cherry-pick
authorChris Cormack <chris@bigballofwax.co.nz>
Mon, 7 Sep 2009 00:42:31 +0000 (12:42 +1200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:36 +0000 (23:19 +0200)
opac/opac-search.pl

index 2887a51..1c8d572 100755 (executable)
@@ -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;