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-04-01 22:14:50 +0400
committerJo Michael <me@mynetx.net>2012-04-01 22:14:50 +0400
commit5b09d0f06650c2059e4148d1122be4a0c39d7bda (patch)
tree7d95d82456331f865d2bf9b54d41252b51a294f8 /db_tracking.php
parent00b897ba34b6a948ba2187586eeae678c7b34d8a (diff)
Cleanup HTML5 validity issues
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_tracking.php b/db_tracking.php
index 76c24fb713..765e39bb1f 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -185,7 +185,7 @@ if (isset($my_tables)) {
<table id="noversions" class="data">
<thead>
<tr>
- <th width="300"><?php echo __('Table');?></th>
+ <th style="width: 300px"><?php echo __('Table');?></th>
<th></th>
</tr>
</thead>