Content deleted Content added
Updating published sources: PERTableUpdater: * Can't use "return" inside a map block, that returns from the function. D'oh. * Handle urns that have HTML entities in them (e.g. '). |
Updating published sources: PERTableUpdater: * Replace underscores with spaces in page titles read from urns. |
||
Line 165:
$url = decode_entities( $url );
utf8::decode( $url );
$url =~ s/_/ /g;
$url;
} else {
|