From dbad96e076a16e50502f3e95084402e550393c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 19 Apr 2002 15:27:03 +0000 Subject: [PATCH] xhtml fixes --- Documentation.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation.html b/Documentation.html index 7d32b3c7c..3257e4e90 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1481,18 +1481,18 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'

How can I backup my database or table?
- Click on a database or table name in the left frame, the properties will - be displayed. Then go to the Dump section, you can dump the structure, - the data, or both. This will generate standard SQL statements that can - be used to recreate your database/table. + Click on a database or table name in the left frame, the properties will be + displayed. Then go to the Dump section, you can dump the structure, the + data, or both. This will generate standard SQL statements that can be used + to recreate your database/table.

- You will need to choose "Save as file", so that phpMyAdmin can transmit - the resulting dump to your station. Depending on your PHP configuration, - you will see options to compress the dump. See also the $cfgExecTimeLimit - configuration variable. + You will need to choose "Save as file", so that phpMyAdmin can + transmit the resulting dump to your station. Depending on your PHP + configuration, you will see options to compress the dump. See also the + $cfgExecTimeLimit configuration variable.

- For additional help on this subject, look for the word "dump" in this - document. + For additional help on this subject, look for the word "dump" in + this document.

[phpMyAdmin project]