[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_7-21924-g21ebf72

Marc Delisle lem9 at users.sourceforge.net
Thu Oct 27 21:28:20 CEST 2011


The branch, master has been updated
       via  21ebf72d9e11aec489ae1898519ea90313505aad (commit)
      from  80c908030b5d81eb9297379a55ccfbce1f4ba3d1 (commit)


- Log -----------------------------------------------------------------
commit 21ebf72d9e11aec489ae1898519ea90313505aad
Author: Marc Delisle <marc at 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




More information about the Git mailing list