
The branch, master has been updated via 21ebf72d9e11aec489ae1898519ea90313505aad (commit) from 80c908030b5d81eb9297379a55ccfbce1f4ba3d1 (commit) - Log ----------------------------------------------------------------- commit 21ebf72d9e11aec489ae1898519ea90313505aad Author: Marc Delisle <marc@infomarc.info> Date: Thu Oct 27 15:27:58 2011 -0400 Missing ending for documentation anchor ----------------------------------------------------------------------- Summary of changes: libraries/sql_query_form.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libraries/sql_query_form.lib.php b/libraries/sql_query_form.lib.php index 056b241..4dd2f15 100644 --- a/libraries/sql_query_form.lib.php +++ b/libraries/sql_query_form.lib.php @@ -381,7 +381,7 @@ function PMA_sqlQueryFormBookmark() if ($GLOBALS['cfg']['ReplaceHelpImg']) { echo ' <a href="./Documentation.html#faqbookmark"' .' target="documentation">' - . PMA_getImage('b_help.png', __('Documentation')); + . PMA_getImage('b_help.png', __('Documentation')) . '</a>'; } else { echo ' (<a href="./Documentation.html#faqbookmark"' .' target="documentation">' . __('Documentation') . '</a>): '; hooks/post-receive -- phpMyAdmin