fixed an xhtml error

This commit is contained in:
Loïc Chapeaux
2002-02-09 14:45:42 +00:00
parent 81b35af273
commit 7b57e9aeb4
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ $Source$
Documentation.html, lines 683-689: added an option to define whether Documentation.html, lines 683-689: added an option to define whether
previous login should be recalled or not in cookie auth. mode. Thanks to previous login should be recalled or not in cookie auth. mode. Thanks to
Siu Sun <siusun at sourceforge.net> for the suggestion. Siu Sun <siusun at sourceforge.net> for the suggestion.
* tbl_properties.php3, line 573: fixed an xhtml error.
2002-02-08 Marc Delisle <lem9@users.sourceforge.net> 2002-02-08 Marc Delisle <lem9@users.sourceforge.net>
* ukrainian updates thanks to Markijan Baran. * ukrainian updates thanks to Markijan Baran.

View File

@@ -570,7 +570,7 @@ if ($cfgShowStats) {
<td colspan="3" align="center"> <td colspan="3" align="center">
[<a href="sql.php3?<?php echo $url_query; ?>&amp;pos=0&amp;sql_query=<?php echo urlencode('OPTIMIZE TABLE ' . PMA_backquote($table)); ?>"><?php echo $strOptimizeTable; ?></a>] [<a href="sql.php3?<?php echo $url_query; ?>&amp;pos=0&amp;sql_query=<?php echo urlencode('OPTIMIZE TABLE ' . PMA_backquote($table)); ?>"><?php echo $strOptimizeTable; ?></a>]
</td> </td>
<tr> </tr>
<?php <?php
} }
echo "\n"; echo "\n";