#213150 by Lynn: fix HTML validation problem with node term listings
parent
5b2eabcaf2
commit
b107f9d7f3
|
@ -39,3 +39,6 @@ td.revision-current {
|
|||
float: none;
|
||||
display: block;
|
||||
}
|
||||
.terms-inline {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue