#213150 by Lynn: fix HTML validation problem with node term listings
parent
5b2eabcaf2
commit
b107f9d7f3
|
@ -39,3 +39,6 @@ td.revision-current {
|
||||||
float: none;
|
float: none;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.terms-inline {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if ($terms): ?>
|
<?php if ($terms): ?>
|
||||||
<span class="terms"><?php print $terms ?></span>
|
<div class="terms terms-inline"><?php print $terms ?></div>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue