bug #1193442, 8 extra spaces at end of export area
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* server_privileges.php, libraries/server_privileges.js:
|
||||
make the password generator work also on user account editing
|
||||
|
@@ -568,7 +568,7 @@ else {
|
||||
* Close the html tags and add the footers in dump is displayed on screen
|
||||
*/
|
||||
//echo ' </pre>' . "\n";
|
||||
echo ' </textarea>' . "\n"
|
||||
echo '</textarea>' . "\n"
|
||||
. ' </form>' . "\n";
|
||||
echo '</div>' . "\n";
|
||||
echo "\n";
|
||||
|
Reference in New Issue
Block a user