Index: trunk/extensions/wikihiero/wh_main.php |
— | — | @@ -968,7 +968,7 @@ |
969 | 969 | $html .= WH_TABLE_S."<tr>\n".$tableContentHtml."</tr>".WH_TABLE_E; |
970 | 970 | } |
971 | 971 | |
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>"; |
973 | 973 | } |
974 | 974 | |
975 | 975 | //------------------------------------------------------------------------ |