bug #1193442, 8 extra spaces at end of export area

This commit is contained in:
Marc Delisle
2005-05-18 10:29:26 +00:00
parent 746736b23e
commit 0ab8b74a58
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2005-05-18 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug #1193442, 8 extra spaces at end of export area,
thanks to Ryan Schmidt
2005-05-17 Marc Delisle <lem9@users.sourceforge.net> 2005-05-17 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php, libraries/server_privileges.js: * server_privileges.php, libraries/server_privileges.js:
make the password generator work also on user account editing make the password generator work also on user account editing

View File

@@ -568,7 +568,7 @@ else {
* Close the html tags and add the footers in dump is displayed on screen * Close the html tags and add the footers in dump is displayed on screen
*/ */
//echo ' </pre>' . "\n"; //echo ' </pre>' . "\n";
echo ' </textarea>' . "\n" echo '</textarea>' . "\n"
. ' </form>' . "\n"; . ' </form>' . "\n";
echo '</div>' . "\n"; echo '</div>' . "\n";
echo "\n"; echo "\n";