From 7d8aa04bee5b47b8ae9133996c869ab6179da45f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 8 Jan 2012 08:38:38 -0500 Subject: [PATCH] Missing closing anchor for quick icon --- navigation.php | 1 + 1 file changed, 1 insertion(+) 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 ''; // link for the table name itself $href = $GLOBALS['cfg']['DefaultTabTable'] . '?' -- 2.11.4.GIT