From 205a130e585d59bb816a754e64e4fdaf7399f318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 9 Apr 2003 16:31:38 +0000 Subject: [PATCH] Added
before charset selection in export. --- ChangeLog | 2 ++ libraries/display_export.lib.php3 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d0ce73df8..f9aaf4050 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2003-04-09 Michal Cihar * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX dump. + * libraries/display_export.lib.php3: Added
before charset + selection in export. 2003-04-09 Marc Delisle * lang/*: $updComTab -> $strUpdComTab diff --git a/libraries/display_export.lib.php3 b/libraries/display_export.lib.php3 index ac65345ce..84818ae40 100644 --- a/libraries/display_export.lib.php3 +++ b/libraries/display_export.lib.php3 @@ -252,7 +252,7 @@ if (isset($table) && !empty($table) && !isset($num_tables)) { ' . $strCharsetOfFile . ''; + echo '
'; echo "\n"; $temp_charset = reset($cfg['AvailableCharsets']);