r66692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66691‎ | r66692 | r66693 >
Date:13:46, 20 May 2010
Author:raymond
Status:ok
Tags:
Comment:
Backport r66691: Bug 23608: "&nbsp" not followed by a semicolon in diffs
Modified paths:
  • /branches/REL1_16/phase3/includes/diff/DifferenceInterface.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/diff/DifferenceInterface.php
@@ -401,7 +401,7 @@
402402 $link = $sk->revDeleteLink( $query,
403403 $rev->isDeleted( Revision::DELETED_RESTRICTED ), $canHide );
404404 }
405 - $link = '  &nbsp'.$link.' ';
 405+ $link = '   ' . $link . ' ';
406406 }
407407 return $link;
408408 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r68709* Added release notes for r68102, r68122, r66692.tstarling07:26, 29 June 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66691Bug 23608: "&nbsp" not followed by a semicolon in diffsraymond13:38, 20 May 2010

Status & tagging log