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

(-)a/authorities/ysearch.pl (-1 / +1 lines)
Lines 74-79 my $i = 0; Link Here
74
            $value .= $heading->{'heading'} . ' ';
74
            $value .= $heading->{'heading'} . ' ';
75
        }
75
        }
76
        $value = "{\"summary\":\"" . $value . "\"" . "}";
76
        $value = "{\"summary\":\"" . $value . "\"" . "}";
77
        utf8::decode($value);
77
        print nsb_clean($value) . "\n";
78
        print nsb_clean($value) . "\n";
78
        $i++;
79
        $i++;
79
    }
80
    }
80
- 

Return to bug 8875