Content deleted Content added
Updating published sources: PERTableUpdater: * Fix color on PER Titleblacklist protections. |
Updating published sources: PERTableUpdater: * Better comment escaping. |
||
Line 336:
my $c=shift;
$c=~s/{/{/g;
$c=~s/</&#lt;/g;
$c=~s/>/&#gt;/g;
return $c;
}
|