Minor typo in r27809. Add space before "(edit)" link on old revision in diff.
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Thu, 6 Dec 2007 08:56:10 +0000 (08:56 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Thu, 6 Dec 2007 08:56:10 +0000 (08:56 +0000)
includes/DifferenceEngine.php

index b3bf19a..3c3d2ba 100644 (file)
@@ -707,7 +707,7 @@ CONTROL;
                        $this->mOldPagetitle = htmlspecialchars( wfMsg( 'revisionasof', $t ) );
                        
                        $this->mOldtitle = "<a href='$oldLink'>{$this->mOldPagetitle}</a>"
-                               . "(<a href='$oldEdit'>" . htmlspecialchars( wfMsg( 'editold' ) ) . "</a>)";
+                               . " (<a href='$oldEdit'>" . htmlspecialchars( wfMsg( 'editold' ) ) . "</a>)";
                        // Add an "undo" link
                        $newUndo = $this->mNewPage->escapeLocalUrl( 'action=edit&undoafter=' . $this->mOldid . '&undo=' . $this->mNewid);
                        if ( $this->mNewRev->userCan(Revision::DELETED_TEXT) )