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

(-)a/opac/opac-shelves.pl (-2 / +2 lines)
Lines 433-436 $template->param( Link Here
433
    listsview => 1,
433
    listsview => 1,
434
);
434
);
435
435
436
output_html_with_http_headers $query, $cookie, $template->output;
436
my $content_type = $query->param('rss')? 'rss' : 'html';
437
output_with_http_headers $query, $cookie, $template->output, $content_type;
437
- 

Return to bug 25982