Move from Xhtml to Html. re #73
This commit is contained in:
parent
e833172e99
commit
d3ce31c6be
5 changed files with 8 additions and 9 deletions
1
book.php
1
book.php
|
@ -173,7 +173,6 @@ class Book extends Base {
|
|||
global $config;
|
||||
$urlParam = $this->getUri ();
|
||||
if (!is_null (GetUrlParam (DB))) $urlParam = addURLParameter ($urlParam, DB, GetUrlParam (DB));
|
||||
$urlParam = str_replace ("&", "&", $urlParam);
|
||||
return 'index.php' . $urlParam;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue