Content deleted Content added
Updating published sources: PERTableUpdater: * Better comment escaping. |
Updating published sources: PERTableUpdater: * Ok, that was dumb. |
||
Line 336:
my $c=shift;
$c=~s/{/{/g;
$c=~s/</&
$c=~s/>/&
return $c;
}
|