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-18 20:46:22 +0400
committerJo Michael <me@mynetx.net>2012-03-18 20:46:22 +0400
commit03eeeb3ccd3272c8a68232c6bc03116434840801 (patch)
tree4436c5b9545c5350d874c33663c6037d64b5ae98 /transformation_overview.php
parent49b6e4930c31012b4e4a10a92b356f9db3de44a1 (diff)
Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity
Diffstat (limited to 'transformation_overview.php')
-rw-r--r--transformation_overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/transformation_overview.php b/transformation_overview.php
index 12db462345..ae80a506e8 100644
--- a/transformation_overview.php
+++ b/transformation_overview.php
@@ -40,7 +40,7 @@ foreach ($types['mimetype'] as $key => $mimetype) {
<br />
<br />
<h2><?php echo __('Available transformations'); ?></h2>
-<table border="0" width="90%">
+<table width="90%">
<thead>
<tr>
<th><?php echo __('Browser transformation'); ?></th>