fixed some display bugs with right to left text direction

This commit is contained in:
Loïc Chapeaux
2001-11-13 11:17:09 +00:00
parent 3572825318
commit c214cff261
3 changed files with 7 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
echo "\n";
?>
<td align="right" nowrap="nowrap">
&nbsp;<?php echo $formated_size . '<bdo dir="<?php echo($text_dir); ?>"> </bdo>' . $unit . "\n"; ?>
&nbsp;<?php echo $formated_size . ' ' . $unit . "\n"; ?>
</td>
<?php
echo "\n";
@@ -210,7 +210,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
echo "\n";
?>
<th align="right" nowrap="nowrap">
<b><?php echo $sum_formated . '<bdo dir="<?php echo($text_dir); ?>"> </bdo>'. $unit; ?></b>
<b><?php echo $sum_formated . ' ' . $unit; ?></b>
</th>
<?php
}