From: Daniel Cannon Date: Thu, 6 Dec 2007 08:56:10 +0000 (+0000) Subject: Minor typo in r27809. Add space before "(edit)" link on old revision in diff. X-Git-Tag: 1.31.0-rc.0~50530 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=e041a057077b02ec17c8dff9fede87a134b69184;p=lhc%2Fweb%2Fwiklou.git Minor typo in r27809. Add space before "(edit)" link on old revision in diff. --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index b3bf19a663..3c3d2ba197 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -707,7 +707,7 @@ CONTROL; $this->mOldPagetitle = htmlspecialchars( wfMsg( 'revisionasof', $t ) ); $this->mOldtitle = "{$this->mOldPagetitle}" - . "(" . htmlspecialchars( wfMsg( 'editold' ) ) . ")"; + . " (" . htmlspecialchars( wfMsg( 'editold' ) ) . ")"; // Add an "undo" link $newUndo = $this->mNewPage->escapeLocalUrl( 'action=edit&undoafter=' . $this->mOldid . '&undo=' . $this->mNewid); if ( $this->mNewRev->userCan(Revision::DELETED_TEXT) )