From e041a057077b02ec17c8dff9fede87a134b69184 Mon Sep 17 00:00:00 2001 From: Daniel Cannon Date: Thu, 6 Dec 2007 08:56:10 +0000 Subject: [PATCH] Minor typo in r27809. Add space before "(edit)" link on old revision in diff. --- includes/DifferenceEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) -- 2.20.1