r47058 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47057‎ | r47058 | r47059 >
Date:22:20, 9 February 2009
Author:rotem
Status:ok
Tags:
Comment:
Making the table in wikihiero LTR, to show the characters from left to right.
Modified paths:
  • /trunk/extensions/wikihiero/wh_main.php (modified) (history)

Diff [purge]

Index: trunk/extensions/wikihiero/wh_main.php
@@ -968,7 +968,7 @@
969969 $html .= WH_TABLE_S."<tr>\n".$tableContentHtml."</tr>".WH_TABLE_E;
970970 }
971971
972 - return "<table border='0' cellspacing='0' cellpadding='0' style='display:inline;' class='mw-hierotable'><tr><td>\n$html\n</td></tr></table>";
 972+ return "<table border='0' cellspacing='0' cellpadding='0' style='display:inline;' class='mw-hierotable' dir='ltr'><tr><td>\n$html\n</td></tr></table>";
973973 }
974974
975975 //------------------------------------------------------------------------

Status & tagging log