#213150 by Lynn: fix HTML validation problem with node term listings

6.x
Gábor Hojtsy 2008-01-25 21:21:44 +00:00
parent 5b2eabcaf2
commit b107f9d7f3
2 changed files with 4 additions and 1 deletions

View File

@ -39,3 +39,6 @@ td.revision-current {
float: none;
display: block;
}
.terms-inline {
display: inline;
}

View File

@ -62,7 +62,7 @@
<?php endif; ?>
<?php if ($terms): ?>
<span class="terms"><?php print $terms ?></span>
<div class="terms terms-inline"><?php print $terms ?></div>
<?php endif;?>
</div>