Reduce line height for comment.
It should allow most book comment to fit on one page.
This commit is contained in:
parent
f0cbe27c5b
commit
e54e3653a8
|
@ -78,6 +78,6 @@ $book->getLinkArray ();
|
|||
<div class="clearer" />
|
||||
<hr />
|
||||
<div><?php echo localize("content.summary") ?></div>
|
||||
<?php echo $book->getComment (false) ?>
|
||||
<div class="content"><?php echo $book->getComment (false) ?></div>
|
||||
<hr />
|
||||
</div>
|
Loading…
Reference in a new issue