Remove trailing spaces
This commit is contained in:
parent
9f5f00e114
commit
0f09ef5f8c
21 changed files with 478 additions and 478 deletions
6
feed.php
6
feed.php
|
@ -14,7 +14,7 @@
|
|||
require_once ("tag.php");
|
||||
require_once ("book.php");
|
||||
require_once ("OPDS_renderer.php");
|
||||
|
||||
|
||||
header ("Content-Type:application/xml");
|
||||
$page = getURLParam ("page", Base::PAGE_INDEX);
|
||||
$query = getURLParam ("query");
|
||||
|
@ -22,9 +22,9 @@
|
|||
if ($query)
|
||||
$page = Base::PAGE_OPENSEARCH_QUERY;
|
||||
$qid = getURLParam ("id");
|
||||
|
||||
|
||||
$OPDSRender = new OPDSRenderer ();
|
||||
|
||||
|
||||
switch ($page) {
|
||||
case Base::PAGE_OPENSEARCH :
|
||||
echo $OPDSRender->getOpenSearch ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue