summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-11 09:51:29 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-11 09:51:29 +0000
commited1a53698a1d9f020c35d0cada0b9f4e990509a7 (patch)
treea8d5361e47e149af510d6b0a9f248e136628c606 /misc
parentba3c558f0de6a04810f55edd1c0b753223551ab5 (diff)
downloadbrdo-ed1a53698a1d9f020c35d0cada0b9f4e990509a7.tar.gz
brdo-ed1a53698a1d9f020c35d0cada0b9f4e990509a7.tar.bz2
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
Diffstat (limited to 'misc')
-rw-r--r--misc/maintenance.tpl.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/maintenance.tpl.php b/misc/maintenance.tpl.php
index de0d867d9..24d554f4a 100644
--- a/misc/maintenance.tpl.php
+++ b/misc/maintenance.tpl.php
@@ -40,8 +40,9 @@
<?php if ($title): print '<h2>'. $title .'</h2>'; endif; ?>
<?php if ($messages): print $messages; endif; ?>
- <?php print $content ?>
- <span class="clear"></span>
+ <div class="clear-block">
+ <?php print $content ?>
+ </div>
<!--partial-->