
The branch, master has been updated via 7d8aa04bee5b47b8ae9133996c869ab6179da45f (commit) from 13d741e17894f681b689c36c88903b12595cdfb6 (commit) - Log ----------------------------------------------------------------- commit 7d8aa04bee5b47b8ae9133996c869ab6179da45f Author: Marc Delisle <marc@infomarc.info> Date: Sun Jan 8 08:38:38 2012 -0500 Missing closing anchor for quick icon ----------------------------------------------------------------------- Summary of changes: navigation.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/navigation.php b/navigation.php index 6127977..4b21236 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'] . '?' hooks/post-receive -- phpMyAdmin