From 9dec80096dee446723e0ae2f36bc369ee41998e3 Mon Sep 17 00:00:00 2001 From: tp_dhu Date: Sun, 16 Feb 2025 22:08:33 +0000 Subject: [PATCH] whitespace difference --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index f42d3a4..540bbf8 100644 --- a/public/index.php +++ b/public/index.php @@ -8,7 +8,7 @@ $f3 = \Base::instance(); */ $htmlpurifier = \HTMLPurifier::instance(); // $htmlpurifier->purify($input); - $md = \Parsedown::instance(); +$md = \Parsedown::instance(); $md->setSafeMode(true); $f3->config('../app/.env.cfg');