From 95c3882684d41dbc7e38408c2a5542a2c1830aea Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 27 Dec 2005 14:28:12 +0000 Subject: [PATCH] bug #1389582, unclosed code tag --- ChangeLog | 2 ++ Documentation.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 245c1cb05..fe564ca0d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * main.php, libraries/check_user_privileges.lib.php: - reenable a non-privileged user to change his password - display the Reload MySQL link only if user has proper rights + * Documentation.html: bug #1389582, unclosed code tag, + thanks to Isaac Bennetch 2005-12-25 Michal Čihař * libraries/import.lib.php, libraries/import/sql.php: Handle correctly diff --git a/Documentation.html b/Documentation.html index faaeb367a..79bad4fb0 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1427,7 +1427,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
Specify some parameters for iconv used in charset conversion. See iconv - documentation for details. By default //TRANSLIT is + documentation for details. By default //TRANSLIT is used, so that invalid characters will be transliterated.