From: moodler Date: Sun, 25 Apr 2004 03:54:25 +0000 (+0000) Subject: Some fixes to improve editing of rtl languages X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c23ec730b97b5db2a04ce697ebfc6ab0f697774b;p=moodle.git Some fixes to improve editing of rtl languages --- diff --git a/admin/lang.php b/admin/lang.php index 2f73fe75e2..d966d243f3 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -206,8 +206,8 @@ $envalue = str_replace("\\","",$envalue); // Delete all slashes echo ""; - echo "cellheading\" nowrap valign=top>$key"; - echo "cellheading\" valign=top>$envalue"; + echo "cellheading\" nowrap valign=top>$key"; + echo "cellheading\" valign=top>$envalue"; $value = $string[$key]; $value = str_replace("\r","",$value); // Bad character caused by Windows