diff --git a/app/Services/ChangelogService.php b/app/Services/ChangelogService.php index f0887c11c..8257555a5 100644 --- a/app/Services/ChangelogService.php +++ b/app/Services/ChangelogService.php @@ -287,7 +287,7 @@ private function applyCustomStyling(string $html): string $html = preg_replace('/]*)>/', '', $html); // Convert plain URLs to clickable links (that aren't already in tags) - $html = preg_replace('/(?)(?"]+)(?![^<]*<\/a>)/', '$1', $html); + $html = preg_replace('/(?)(?"]+)(?![^<]*<\/a>)/', '$1', $html); // Strong/bold text $html = preg_replace('/]*>/', '', $html);