fixed some display bugs with right to left text direction

This commit is contained in:
Loïc Chapeaux
2001-11-15 22:20:27 +00:00
parent 72649ded42
commit 597f7ed4e2
3 changed files with 4 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ while ($row = mysql_fetch_array($result)) {
?>
<tr bgcolor="<?php echo $bgcolor; ?>">
<td nowrap="nowrap"><?php echo $field_name; ?>&nbsp;</td>
<td<?php echo $type_nowrap; ?>><?php echo $type; ?></td>
<td<?php echo $type_nowrap; ?>><?php echo $type; ?><bdo dir="ltr"></bdo></td>
<td nowrap="nowrap"><?php echo $strAttribute; ?></td>
<td><?php echo (($row['Null'] == '') ? $strNo : $strYes); ?>&nbsp;</td>
<td nowrap="nowrap"><?php if (isset($row['Default'])) echo $row['Default']; ?>&nbsp;</td>