From 7ac9691e2a21981cc6cc2b943c80f9666498899f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 6 Jan 2002 15:05:52 +0000 Subject: [PATCH] typo --- ChangeLog | 4 ++++ libraries/display_tbl.lib.php3 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 83b1de4fc..4dd542bec 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-01-06 Marc Delisle + * libraries/display_tbl.lib.php3: typo thanks to + yrtimd at users.sourceforge.net + 2001-01-05 Loïc Chapeaux * main.php3, line 234: maximum database name size is 64 characters. * lang/german.inc.php3: updated thanks to diff --git a/libraries/display_tbl.lib.php3 b/libraries/display_tbl.lib.php3 index fe25fa61d..3d4fae230 100644 --- a/libraries/display_tbl.lib.php3 +++ b/libraries/display_tbl.lib.php3 @@ -465,7 +465,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ $vertical_display['emptypre'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 2 : 1; if ($disp_direction == 'horizontal') { ?> - " align="center"> + align="center"> <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?> @@ -605,7 +605,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){ $vertical_display['emptyafter'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 2 : 1; if ($disp_direction == 'horizontal') { ?> - " align="center"> + align="center"> <?php echo (($dontlimitchars) ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']); ?>