Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -1157,7 +1157,7 @@ |
1158 | 1158 | if ( !$out->isPrintable() ) { |
1159 | 1159 | $nav_urls['print'] = array( |
1160 | 1160 | 'text' => wfMsg( 'printableversion' ), |
1161 | | - 'href' => $wgRequest->appendQuery( 'printable=yes' ) |
| 1161 | + 'href' => $this->mTitle->getLocalURL( $wgRequest->appendQueryValue( 'printable', 'yes', true ) ) |
1162 | 1162 | ); |
1163 | 1163 | } |
1164 | 1164 | |