From 53d111893f286a623b421af652cf3006161242d4 Mon Sep 17 00:00:00 2001
From: "Alexander M. Turek"
Date: Sun, 4 Aug 2002 14:32:04 +0000
Subject: [PATCH] Beautified XHTML code
---
ChangeLog | 1 +
Documentation.html | 14 ++++++++------
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 16414631a..9985fa1a1 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ $Source$
* lang/german-*.inc.php3: Updates.
* lang/afrikaans-*.inc.php3: Tidied up a bit.
* Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
+ * Documentation.html: Beautified XHTML code.
2002-08-03 Marc Delisle
* Documentation.html: remove unneeded GRANT
diff --git a/Documentation.html b/Documentation.html
index aa4a18cbc..9a976112e 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -417,8 +417,8 @@
empty, because the program tries to auto-detect its proper value.
Additional details are in the configuration file.
- Or, this setting can be dynamically completed. For example, you can
- try to use such a kind of code:
+ Alternatively, this setting can be dynamically completed. For example,
+ you can try to use such a kind of code:
$cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
. $_SERVER['HTTP_HOST']
@@ -1600,8 +1600,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
[1.21] I am running the CGI version of PHP under Unix, and I cannot
- login using cookie auth.
- In php.ini, set mysql.max_links higher than 1.
+ login using cookie auth.
+
+ In php.ini, set mysql.max_links higher than 1.
@@ -1693,6 +1694,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
in the phpMyAdmin configuration file.
+
[3. Known limitations]
@@ -1722,8 +1724,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
[3.3] With InnoDB tables, I lose foreign key relationships when I rename
or alter a table.
- This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep
- in mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.
+ This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep in
+ mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.