From 554010094e15620b9225c7d84d012bf2fce3c2f0 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Sat, 17 Feb 2024 21:00:36 +0000 Subject: [PATCH] Lazy hashtag linking fix --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d17de4d..e3e24d5 100644 --- a/index.php +++ b/index.php @@ -502,7 +502,7 @@ HTML; // Add HTML links for hashtags into the text $content = preg_replace( $hashtag_pattern, - "#$1", + " #$1", $content );