Content deleted Content added
Updating published sources: PERTableUpdater: * Ok, that was dumb. |
Updating published sources: PERTableUpdater: * Also escape tildes, and strip pipe trick and reverse pipe trick. |
||
Line 338:
$c=~s/</</g;
$c=~s/>/>/g;
$c=~s/~/~/g;
$c=~s/\|\]\]/]]/g; # Pipe trick
$c=~s/\[\[\|/[[/g; # Reverse pipe trick
return $c;
}
|