Skip to content

Commit

Permalink
Some fixes to improve editing of rtl languages
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 25, 2004
1 parent 8496c4a commit c23ec73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
$envalue = str_replace("\\","",$envalue); // Delete all slashes

echo "<tr>";
echo "<td width=20% bgcolor=\"$THEME->cellheading\" nowrap valign=top>$key</td>";
echo "<td width=40% bgcolor=\"$THEME->cellheading\" valign=top>$envalue</td>";
echo "<td dir=ltr lang=en width=20% bgcolor=\"$THEME->cellheading\" nowrap valign=top>$key</td>";
echo "<td dir=ltr lang=en width=40% bgcolor=\"$THEME->cellheading\" valign=top>$envalue</td>";

$value = $string[$key];
$value = str_replace("\r","",$value); // Bad character caused by Windows
Expand Down

0 comments on commit c23ec73

Please sign in to comment.