From 62243cd0b5262e14df7e7b5b7103b5b2e006cab5 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 19 May 2021 23:46:22 +0100 Subject: Add more to css --- scripts/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/functions.php') 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; -- cgit v1.2.3-13-gbd6f