diff --git a/ChangeLog b/ChangeLog index 5cfc3e256..dc157bdee 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-07-07 Marc Delisle + * main.php: bug 984136, wrong alignment in RTL languages + 2004-07-06 Marc Delisle * libraries/export/xls.php: enable user to specify './tmp' as the TempDir -- use realpath() to find the complete path. Add error trap diff --git a/main.php b/main.php index 5d712b7de..90fb81a76 100644 --- a/main.php +++ b/main.php @@ -71,10 +71,13 @@ echo "\n"; /** * Displays the welcome message and the server informations */ + +// note: for proper display of RTL languages, I removed the +// align="left" in the next tag ?> -
+