Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarvin Hicking <me@supergarv.de>2004-10-08 15:14:08 +0400
committerGarvin Hicking <me@supergarv.de>2004-10-08 15:14:08 +0400
commit9392a58483c29ef0d4a9a53bf6b6b64d1085ef55 (patch)
tree99a3e6ac4f44f6ffc36d569bb9ff261fb42d91fb /read_dump.php
parentba42fad9b27153a38eb2012cc7aea5842dd78181 (diff)
removed superfluous spaces, introduced more CSS ID attributes
Diffstat (limited to 'read_dump.php')
-rw-r--r--read_dump.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/read_dump.php b/read_dump.php
index f03dfb0a0a..f84378b5d5 100644
--- a/read_dump.php
+++ b/read_dump.php
@@ -411,7 +411,7 @@ if (!empty($id_bookmark) && $action_bookmark == 2) {
$message = $strNoQuery;
}
} else if ($sql_query_cpy == '') {
- $message = "$strSuccess&nbsp;:<br />$strTheContent ($pieces_count $strInstructions)&nbsp;";
+ $message = "$strSuccess:<br />$strTheContent ($pieces_count $strInstructions)&nbsp;";
} else {
$message = $strSuccess;
}