XHTML fixes

This commit is contained in:
Marc Delisle
2007-09-02 19:23:59 +00:00
parent cb2d299e37
commit 8eb4d37fe2
8 changed files with 15 additions and 15 deletions

View File

@@ -424,7 +424,7 @@ function PMA_sqlQueryFormBookmark()
echo $GLOBALS['strBookmarkQuery'] . '</legend>' . "\n";
echo '<div class="formelement">';
echo '<select name="id_bookmark">' . "\n";
echo '<option value=""></option>' . "\n";
echo '<option value="">&nbsp;</option>' . "\n";
foreach ($bookmark_list as $key => $value) {
echo '<option value="' . htmlspecialchars($key) . '">'
.htmlspecialchars($value) . '</option>' . "\n";