From c23ec730b97b5db2a04ce697ebfc6ab0f697774b Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 25 Apr 2004 03:54:25 +0000 Subject: [PATCH] Some fixes to improve editing of rtl languages --- admin/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5