r111798 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111797‎ | r111798 | r111799 >
Date:22:15, 17 February 2012
Author:werdna
Status:ok (Comments)
Tags:
Comment:
Revert r97042, causes bug 34432
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1399,7 +1399,7 @@
14001400 return '';
14011401 } else {
14021402 $formatted = self::formatComment( $comment, $title, $local );
1403 - return " <span class=\"comment\" dir=\"auto\">($formatted)</span>";
 1403+ return " <span class=\"comment\">($formatted)</span>";
14041404 }
14051405 }
14061406

Follow-up revisions

RevisionCommit summaryAuthorDate
r111799MFT r111798werdna22:20, 17 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97042Chrome seems to already support dir=auto, and I see no downsides using it for...nikerabbit08:32, 14 September 2011

Comments

#Comment by Nikerabbit (talk | contribs)   09:16, 18 February 2012

Chrome is buggy as hell, I just reported http://code.google.com/p/chromium/issues/detail?id=114336 few days ago.

Status & tagging log