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

(-)a/authorities/blinddetail-biblio-search.pl (-1 / +4 lines)
Lines 150-155 else { Link Here
150
my $tag_number = $index;
150
my $tag_number = $index;
151
$tag_number =~ s/^tag_(\d*)_.*$/$1/;
151
$tag_number =~ s/^tag_(\d*)_.*$/$1/;
152
152
153
# Remove spaces in indicators
154
$indicator1 =~ s/\s//g;
155
$indicator2 =~ s/\s//g;
156
153
$template->param(
157
$template->param(
154
    authid          => $authid ? $authid : "",
158
    authid          => $authid ? $authid : "",
155
    index           => $index,
159
    index           => $index,
156
- 

Return to bug 11955