https://bugzilla.wikimedia.org/show_bug.cgi?id=38468
--- Comment #3 from Subfader <[email protected]> 2012-07-19 06:38:46 UTC --- Thanks. I just copied # Register it in the output object... # Replace unnecessary URL escape codes with their equivalent characters $pasteurized = self::replaceUnusualEscapes( $url ); $this->mOutput->addExternalLink( $pasteurized ); from makeFreeExternalLink() and added it below $text = Linker::makeExternalImage( $url ); in maybeMakeExternalImage() -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
