[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_7-10553-g2f8d67c

Marc Delisle lem9 at users.sourceforge.net
Sun Oct 10 13:24:17 CEST 2010


The branch, master has been updated
       via  2f8d67cd6e85fb14c5c2ac7c1a6ac9190800bff5 (commit)
      from  f9ca960f8577de455dd56168a33e62c3438112e8 (commit)


- Log -----------------------------------------------------------------
commit 2f8d67cd6e85fb14c5c2ac7c1a6ac9190800bff5
Author: Marc Delisle <marc at infomarc.info>
Date:   Sun Oct 10 07:24:08 2010 -0400

    complete my previous change of div to span

-----------------------------------------------------------------------

Summary of changes:
 js/sql.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/sql.js b/js/sql.js
index 2eaff0c..56459b8 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -49,7 +49,7 @@ function appendInlineAnchor(disp_mode) {
 
         $(cloned_row).find('td').addClass('edit_row_anchor')
         .find('a').attr('href', '#')
-        .find('div')
+        .find('span')
         .text(PMA_messages['strInlineEdit'])
         .prepend(img_object);
 
@@ -69,7 +69,7 @@ function appendInlineAnchor(disp_mode) {
 
             $(cloned_anchor).addClass('edit_row_anchor')
             .find('a').attr('href', '#')
-            .find('div')
+            .find('span')
             .text(PMA_messages['strInlineEdit'])
             .prepend(img_object);
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list