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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-07-23 18:47:53 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-23 18:47:53 +0300
commit9cbfa30745b97abd087eb27942e4740d52a53edf (patch)
tree835c9116906d310997acf4e66792c65ff97b89bf /db_tracking.php
parentb47b4e3a5e629e5180cff593615421457f5255c0 (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_tracking.php b/db_tracking.php
index ff7b861dfa..a813786338 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -200,7 +200,8 @@ if ($GLOBALS['dbi']->numRows($all_tables_result) > 0) {
?>
</td>
<td>
- <a class="delete_tracking_anchor ajax" href="<?php echo $delete_link;?>" >
+ <a class="delete_tracking_anchor ajax"
+ href="<?php echo $delete_link;?>" >
<?php echo $delete; ?></a>
<?php
echo '</td>'