View | Details | Raw Unified | Return to bug 12886
Collapse All | Expand All

(-)a/opac/svc/shelfbrowser.pl (-2 / +1 lines)
Lines 38-41 if (C4::Context->preference("OPACShelfBrowser")) { Link Here
38
    }
38
    }
39
}
39
}
40
40
41
print $template->output;
41
print output_html_with_http_headers $cgi, $cookie, $template->output;
42
- 

Return to bug 12886