diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 966fbab..bef043c 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -405,11 +405,10 @@ function readbook_kuri($hash, $page = 1){ $count = 20; - $html = convert2html($htmlfile); $razmer = strlen($html); - $count = $razmer / $limit; + $count = ceil($razmer / $limit); // $html .= convert2html($dir.'chapter-1.xhtml'); $pagehtml = pagehtml($html, $page, $limit);