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 /db_qbe.php
parent49b6e4930c31012b4e4a10a92b356f9db3de44a1 (diff)
Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 8d559f3d5c..c228aba978 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -451,7 +451,7 @@ for ($y = 0; $y <= $row; $y++) {
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?> noclick">
<td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<!-- Row controls -->
- <table border="0" cellpadding="0" cellspacing="0">
+ <table cellpadding="0" cellspacing="0">
<tr>
<td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo __('Ins'); ?>:</small>
@@ -600,7 +600,7 @@ echo PMA_generate_common_hidden_inputs($url_params);
?>
</fieldset>
<fieldset class="tblFooters">
-<table border="0" cellpadding="2" cellspacing="1">
+<table cellpadding="2" cellspacing="1">
<tr>
<td nowrap="nowrap">
<?php echo __('Add/Delete criteria rows'); ?>: