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

(-)a/C4/XSLT.pm (-2 / +1 lines)
Lines 140-146 sub XSLTParse4Display { Link Here
140
    $sysxml .= "</sysprefs>\n";
140
    $sysxml .= "</sysprefs>\n";
141
    $xmlrecord =~ s/\<\/record\>/$itemsxml$sysxml\<\/record\>/;
141
    $xmlrecord =~ s/\<\/record\>/$itemsxml$sysxml\<\/record\>/;
142
    if ($fixamps) { # We need to correct the ampersand entities that Zebra outputs
142
    if ($fixamps) { # We need to correct the ampersand entities that Zebra outputs
143
        $xmlrecord =~ s/\&amp;/\&/g;
143
        $xmlrecord =~ s/\&amp;amp;/\&amp;/g;
144
    }
144
    }
145
    $xmlrecord =~ s/\& /\&amp\; /;
145
    $xmlrecord =~ s/\& /\&amp\; /;
146
    $xmlrecord =~ s/\&amp\;amp\; /\&amp\; /;
146
    $xmlrecord =~ s/\&amp\;amp\; /\&amp\; /;
147
- 

Return to bug 3326