r105929 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105928‎ | r105929 | r105930 >
Date:21:08, 12 December 2011
Author:robin
Status:ok
Tags:
Comment:
No need to use class="ltr", dir="ltr" is better
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -144,7 +144,7 @@
145145 foreach( $software as $name => $version ) {
146146 $out .= "<tr>
147147 <td>" . $name . "</td>
148 - <td class=\"ltr\">" . $version . "</td>
 148+ <td dir=\"ltr\">" . $version . "</td>
149149 </tr>\n";
150150 }
151151

Follow-up revisions

RevisionCommit summaryAuthorDate
r106569Remove ltr class (see r89466), it should not be used at all, because 1) the n...robin16:25, 18 December 2011

Status & tagging log