diff --git a/index.php b/index.php index 4f908bf..b2772af 100644 --- a/index.php +++ b/index.php @@ -70,7 +70,7 @@ $content = file_get_contents($dir . '/' . $title); } - $nblines = max(20, substr_count($content, "\r\n") + 1); + $nblines = max(20, substr_count($content, "\r\n") + 1) * 2; echo '