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 );