correct count pages in book
This commit is contained in:
@@ -411,7 +411,7 @@ function readbook_kuri($hash, $page = 1){
|
|||||||
$html = convert2html($htmlfile);
|
$html = convert2html($htmlfile);
|
||||||
$razmer = strlen($html);
|
$razmer = strlen($html);
|
||||||
|
|
||||||
$count = ceil($razmer / $limit);
|
$count = floor($razmer / $limit);
|
||||||
|
|
||||||
// $html .= convert2html($dir.'chapter-1.xhtml');
|
// $html .= convert2html($dir.'chapter-1.xhtml');
|
||||||
$pagehtml = pagehtml($html, $page, $limit);
|
$pagehtml = pagehtml($html, $page, $limit);
|
||||||
|
|||||||
Reference in New Issue
Block a user