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:
authorHerman van Rink <rink@initfour.nl>2009-12-27 16:59:08 +0300
committerHerman van Rink <rink@initfour.nl>2009-12-27 16:59:08 +0300
commit195165c2ae6f42fa7f02fa44e7822d36b15968a6 (patch)
treec8bd3aaa889a30c8c0f1292a97aad6c2fbc463bf /view_create.php
parent20208dceb2bbf989c9081c55d2d1e30a42f6fe77 (diff)
Code cleanup
Diffstat (limited to 'view_create.php')
-rw-r--r--view_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view_create.php b/view_create.php
index 41699dbe14..07164a52df 100644
--- a/view_create.php
+++ b/view_create.php
@@ -171,7 +171,7 @@ $url_params['reload'] = 1;
echo ' id="view_with_' . str_replace(' ', '_', htmlspecialchars($option)) . '"';
echo ' value="' . htmlspecialchars($option) . '" />';
echo '<label for="view_with_' . str_replace(' ', '_', htmlspecialchars($option)) . '">';
- echo htmlspecialchars($option) . '</label>';
+ echo htmlspecialchars($option) . '</label>&nbsp;';
}
?>
</td>