* Minor header change

* Fixed the comment for HTML catalog
This commit is contained in:
Sébastien Lucas 2012-06-12 22:52:39 +02:00
parent 2de35f9897
commit 8cec112721
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) main script
* COPS (Calibre OPDS PHP Server) book detail script
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
@ -53,6 +53,6 @@ $tags = $book->getTags ();
<div class="clearer" />
<hr />
<div><?php echo localize("content.summary") ?></div>
<?php echo $book->getComment () ?>
<?php echo $book->getComment (false) ?>
<hr />
</div>