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

(-)a/C4/Koha.pm (-2 / +1 lines)
Lines 706-712 sub getFacets { Link Here
706
                idx   => 'au',
706
                idx   => 'au',
707
                label => 'Authors',
707
                label => 'Authors',
708
                tags  => [ qw/ 700ab 701ab 702ab / ],
708
                tags  => [ qw/ 700ab 701ab 702ab / ],
709
                sep   => ', ',
709
                sep   => ' ',
710
            },
710
            },
711
            {
711
            {
712
                idx   => 'se',
712
                idx   => 'se',
713
- 

Return to bug 9341