r3750 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r3749‎ | r3750 | r3751 >
Date:19:52, 29 May 2004
Author:jeluf
Status:old
Tags:
Comment:
The cancel-button of edit pages did not work for UTF-8 encoded articles with special chars. BUG-ID #962848
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -305,7 +305,7 @@
306306 $save = wfMsg( "savearticle" );
307307 $prev = wfMsg( "showpreview" );
308308
309 - $cancel = $sk->makeKnownLink( $this->mTitle->getPrefixedURL(),
 309+ $cancel = $sk->makeKnownLink( $this->mTitle->getPrefixedText(),
310310 wfMsg( "cancel" ) );
311311 $edithelpurl = $sk->makeUrl( wfMsg( "edithelppage" ));
312312 $edithelp = '<a onclick="window.open('.

Status & tagging log