XHTML fixes

This commit is contained in:
Marc Delisle
2007-09-02 19:23:59 +00:00
parent 1aae387785
commit b3f0d21219
8 changed files with 14 additions and 14 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";