| Index: branches/wmf/1.17wmf1/includes/Skin.php |
| — | — | @@ -939,7 +939,7 @@ |
| 940 | 940 | |
| 941 | 941 | /** @return string Retrievied from HTML text */ |
| 942 | 942 | function printSource() { |
| 943 | | - $url = htmlspecialchars( $this->mTitle->getFullURL() ); |
| | 943 | + $url = htmlspecialchars( $this->mTitle->getCanonicalURL() ); |
| 944 | 944 | return wfMsg( 'retrievedfrom', '<a href="' . $url . '">' . $url . '</a>' ); |
| 945 | 945 | } |
| 946 | 946 | |