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>2012-01-08 17:38:38 +0400
committerMarc Delisle <marc@infomarc.info>2012-01-08 17:38:38 +0400
commit7d8aa04bee5b47b8ae9133996c869ab6179da45f (patch)
tree5936635e2472f4350b73a9710f2a174daa0741fd /navigation.php
parent13d741e17894f681b689c36c88903b12595cdfb6 (diff)
Missing closing anchor for quick icon
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/navigation.php b/navigation.php
index 6127977f68..4b21236dcd 100644
--- a/navigation.php
+++ b/navigation.php
@@ -601,6 +601,7 @@ function PMA_displayTableList($tables, $visible = false,
} else {
echo PMA_getImage('b_browse.png', htmlspecialchars($link_title), $attr);
}
+ echo '</a>';
// link for the table name itself
$href = $GLOBALS['cfg']['DefaultTabTable'] . '?'