change increase default line number

This commit is contained in:
quenousimporte 2024-02-14 16:58:12 +01:00
parent ee99a553cf
commit ccccacca74
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
$content = file_get_contents($dir . '/' . $title); $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 '<form action="index.php" method="POST"> echo '<form action="index.php" method="POST">
<div> <div>