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:
authorJo Michael <me@mynetx.net>2012-03-17 02:04:12 +0400
committerJo Michael <me@mynetx.net>2012-03-17 02:04:12 +0400
commit3b56f6a53b1cb74319fe58308907371ea93f725d (patch)
treecfa258378f13db3e794c1fb6ecb6f7c3e6409136 /db_structure.php
parentaf0e6c71e72cc3bbcd9c8d35c64836e4e3b07b1e (diff)
Leading ./ paths for links and favicons can be omitted, part 1
Diffstat (limited to 'db_structure.php')
-rw-r--r--db_structure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.php b/db_structure.php
index ed6ef18182..8c6806ee66 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -644,7 +644,7 @@ echo '<p>';
echo '<a href="db_printview.php?' . $url_query . '">';
echo PMA_getIcon('b_print.png', __('Print view'), true) . '</a>';
-echo '<a href="./db_datadict.php?' . $url_query . '">';
+echo '<a href="db_datadict.php?' . $url_query . '">';
echo PMA_getIcon('b_tblanalyse.png', __('Data Dictionary'), true) . '</a>';
echo '</p>';