@@ -, +, @@ Bad header=
--- opac/svc/shelfbrowser.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/svc/shelfbrowser.pl +++ a/opac/svc/shelfbrowser.pl @@ -38,4 +38,4 @@ if (C4::Context->preference("OPACShelfBrowser")) { } } -print $template->output; +output_html_with_http_headers $cgi, $cookie, $template->output; --