summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-26 07:45:04 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-26 07:45:04 +0000
commit7b61e5961a58f58fcfb87471013676ac859d8699 (patch)
treebff3b9ea6411bf50e60673a7a07a904816f3331d /themes
parentbec12a215d52a391f7e2a625092f5d0e33cba28f (diff)
downloadbrdo-7b61e5961a58f58fcfb87471013676ac859d8699.tar.gz
brdo-7b61e5961a58f58fcfb87471013676ac859d8699.tar.bz2
#85667 by beginner: XHTML validity; lists are not allowed in span tags
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/node.tpl.php2
-rw-r--r--themes/pushbutton/node.tpl.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php
index a5e1502b5..fd96e1521 100644
--- a/themes/bluemarine/node.tpl.php
+++ b/themes/bluemarine/node.tpl.php
@@ -4,7 +4,7 @@
}?>
<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
<span class="submitted"><?php print $submitted?></span>
- <span class="taxonomy"><?php print $terms?></span>
+ <div class="taxonomy"><?php print $terms?></div>
<div class="content"><?php print $content?></div>
<?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
</div>
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php
index 8eccce92d..08524d7d6 100644
--- a/themes/pushbutton/node.tpl.php
+++ b/themes/pushbutton/node.tpl.php
@@ -4,7 +4,7 @@
<h1 class="title"><a href="<?php print $node_url ?>"><?php print $title ?></a></h1>
<?php endif; ?>
<span class="submitted"><?php print $submitted ?></span>
- <span class="taxonomy"><?php print $terms ?></span>
+ <div class="taxonomy"><?php print $terms ?></div>
<div class="content"><?php print $content ?></div>
<?php if ($links): ?>
<div class="links">&raquo; <?php print $links ?></div>