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_qbe.php
parent00b897ba34b6a948ba2187586eeae678c7b34d8a (diff)
Cleanup HTML5 validity issues
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 de8bbe31e2..767933fd9f 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -369,7 +369,7 @@ for ($y = 0; $y <= $row; $y++) {
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?> noclick">
<td class="<?php echo $cell_align_right; ?> nowrap">
<!-- Row controls -->
- <table cellpadding="0" cellspacing="0" border="0">
+ <table class="nospacing nopadding" border="0">
<tr>
<td class="<?php echo $cell_align_right; ?> nowrap">
<small><?php echo __('Ins'); ?>:</small>
@@ -451,7 +451,7 @@ for ($y = 0; $y <= $row; $y++) {
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?> noclick">
<td class="<?php echo $cell_align_right; ?> nowrap">
<!-- Row controls -->
- <table cellpadding="0" cellspacing="0">
+ <table class="nospacing nopadding">
<tr>
<td class="<?php echo $cell_align_right; ?> nowrap">
<small><?php echo __('Ins'); ?>:</small>