Content deleted Content added
Updating published sources: PERTableUpdater: * Follow "protection moved from" back to find the original protection entry. |
Updating published sources: PERTableUpdater: * Use a unicode-safe URI encoding function. |
||
Line 297:
my $t=shift;
$t=~s/ /_/g;
$t=
return $t;
}
|