xhtml fix

This commit is contained in:
Loïc Chapeaux
2002-02-08 18:05:38 +00:00
parent c2051a588f
commit 9d60390efa
2 changed files with 13 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3');
<table border="<?php echo $cfgBorder; ?>">
<tr>
<th><?php echo $strField; ?></th>
<th><?php echo $strType . "<br>" . PMA_showDocuShort('C/o/Column_types.html'); ?></th>
<th><?php echo $strType . '<br />' . PMA_showDocuShort('C/o/Column_types.html'); ?></th>
<th><?php echo $strLengthSet; ?></th>
<th><?php echo $strAttr; ?></th>
<th><?php echo $strNull; ?></th>