Bugzilla – Attachment #33178: [PASSED QA] Bug 12886: shelfbrowser script should write headers for
bug #12886
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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
output_html_with_http_headers $cgi, $cookie, $template->output;
42
-
Return to
bug 12886