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:
authorMichal Čihař <mcihar@suse.cz>2011-07-22 12:08:22 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 12:15:08 +0400
commitd55306252b4a8b4389dfaa0245a3aab6ed0b6376 (patch)
treef3d4dee63fd17942835b4f38f8380a83b62971d2 /db_qbe.php
parent3f8badd37f3e7ea78a718660e615ecf1c856e2f0 (diff)
Replace tabs with spaces, cleanup identation
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 42f6123d71..2ab7f272f3 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -182,7 +182,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
if (isset($tab_designer['link'])) {
?>
<div id="visual_builder_anchor" class="notice hide">
- <span id="footnote_1">
+ <span id="footnote_1">
<?php echo __('Switch to') . ' <a href="' . $tab_designer['link'] . PMA_get_arg_separator('html') . 'query=1">' . __('visual builder') . '</a>'; ?>
</span>
</div>