fixed text aligning for RTL languages

This commit is contained in:
Sebastian Mendel
2007-12-12 12:16:17 +00:00
parent fa6cfecadf
commit 9d2cdfbf5a

View File

@@ -76,7 +76,7 @@ if ($server > 0) {
$short_server_info = (!empty($GLOBALS['cfg']['Server']['verbose']) $short_server_info = (!empty($GLOBALS['cfg']['Server']['verbose'])
? $GLOBALS['cfg']['Server']['verbose'] ? $GLOBALS['cfg']['Server']['verbose']
: $GLOBALS['cfg']['Server']['host']); : $GLOBALS['cfg']['Server']['host']);
echo '<h1 xml:lang="en" dir="ltr">' . $short_server_info .'</h1>' . "\n"; echo '<h1><span xml:lang="en" dir="ltr">' . $short_server_info . '</span></h1>' . "\n";
unset($short_server_info); unset($short_server_info);
} }
@@ -187,7 +187,7 @@ if ($server > 0) {
<div id="pmamaininformation"> <div id="pmamaininformation">
<?php <?php
echo '<h1 xml:lang="en" dir="ltr">phpMyAdmin - ' . PMA_VERSION . '</h1>' echo '<h1><span xml:lang="en" dir="ltr">phpMyAdmin - ' . PMA_VERSION . '</span></h1>'
. "\n"; . "\n";
echo '<ul>' . "\n"; echo '<ul>' . "\n";