Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2010-02-28 15:06:56 +0300
committerMarc Delisle <marc@infomarc.info>2010-02-28 15:06:56 +0300
commit94bb220332d2bfec78d02333d76c697ae02e46cb (patch)
tree40998cb0b208af40de88173e39a827beae3bf4c2 /navigation.php
parent083006709b9b9d89e4c1bd2a197521de8947138f (diff)
XHTML compliance
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/navigation.php b/navigation.php
index 18da22e970..657e1ac35a 100644
--- a/navigation.php
+++ b/navigation.php
@@ -345,9 +345,9 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
unset($table_list);
echo '<ul id="newtable"><li><a target="frame_content" href="tbl_create.php' . PMA_generate_common_url(array('db' => $GLOBALS['db'])) . '">'
.'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_snewtbl.png" id="icon_newtable" width="10" height="10" alt="' . $strCreateTableShort . '" />'
- . $strCreateTableShort . '</a></div>' . "\n";
+ . $strCreateTableShort . '</a></li></ul>';
} elseif ($GLOBALS['cfg']['LeftFrameLight']) {
- echo '<p>' . $GLOBALS['strSelectADb'] . '</p>' . "\n";
+ echo '<p>' . $GLOBALS['strSelectADb'] . '</p>';
} else {
echo '<div id="databaseList">' . "\n";
$_url_params = array('pos' => $pos);