Content deleted Content added
Updating published sources: PERTableUpdater: * Apply the colon trick always, there are titles other than File- and Category-namespace that need it. |
Updating published sources: PERTableUpdater: * Assume 'WIKI' encoding, not 'QUERY', for the urn links. |
||
Line 172:
if($_->{'*'}=~/^urn:$urn:(.+)$/i) {
my $url = $1;
$url = uri_unescape( $url );
$url = decode_entities( $url );
|