diff --git a/Documentation.html b/Documentation.html
index 05ef50ba1..2c4862e30 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -569,18 +569,20 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
$cfgServers[n]['relation'] string
- Since release 2.2.4 you can describe, in a special 'relation' table, which field
- is a key in another table (a foreign key). phpMyAdmin currently uses
- this to
+ Since release 2.2.4 you can describe, in a special 'relation' table,
+ which field is a key in another table (a foreign key). phpMyAdmin
+ currently uses this to
-
make clickable, when you browse the src table, the data values
- that point to the dest table
+ that point to the dest table;
+
-
- display links on the table properties page, to check referential
- integrity (display missing foreign keys) for each described key
+ display links on the table properties page, to check referential
+ integrity (display missing foreign keys) for each described key.
+
-
+
The keys can be numeric or character.