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

(-)a/catalogue/showmarc.pl (+1 lines)
Lines 79-84 my $results = $stylesheet->transform($source); Link Here
79
my $newxmlrecord = $stylesheet->output_string($results);
79
my $newxmlrecord = $stylesheet->output_string($results);
80
#warn $newxmlrecord;
80
#warn $newxmlrecord;
81
print "Content-type: text/html\n\n";
81
print "Content-type: text/html\n\n";
82
utf8::encode($newxmlrecord);
82
print $newxmlrecord;
83
print $newxmlrecord;
83
84
84
} else {
85
} else {

Return to bug 5616