diff options
Diffstat (limited to 'scripts/functions.php')
| -rw-r--r-- | scripts/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions.php b/scripts/functions.php index 3db5744..016b581 100644 --- a/scripts/functions.php +++ b/scripts/functions.php @@ -146,7 +146,7 @@ function gemtext2hmtl(string $gemtext): string $lines = preg_split('/\r?\n/', htmlspecialchars($gemtext)); - $line = fn ($index) => trim($lines[$index]); + $line = fn ($index) => $lines[$index]; $index = 0; |
