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-19 21:08:55 +0400
committerJo Michael <me@mynetx.net>2012-03-27 16:09:12 +0400
commitb9c474c21c659df881ea800c20b0f9bbe1dc1899 (patch)
tree703ae73f0db40215166b55972e673e60f526dd88 /tbl_printview.php
parent1742c82e1a61dedcd239b5dc56d9d8a3d56cec23 (diff)
Replaced *[align] with *[class] for HTML5 validity
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 7c5b5cf37d..34a276b371 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -333,7 +333,7 @@ foreach ($the_tables as $key => $table) {
?>
<tr>
<td><?php echo __('Format'); ?></td>
- <td align="<?php echo $cell_align_left; ?>">
+ <td class="<?php echo $cell_align_left; ?>">
<?php
if ($showtable['Row_format'] == 'Fixed') {
echo __('static');