From f96f458f18badee77db1d03ba52c0fe9527c91a9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 7 Jul 2004 13:58:05 +0000 Subject: [PATCH] bug 984136 wrong alignment in RTL --- ChangeLog | 3 +++ main.php | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 ?> -
+