diff --git a/pokemonshowdown.com/news/manage.php b/pokemonshowdown.com/news/manage.php index 8e11e0b22..7a37003c6 100644 --- a/pokemonshowdown.com/news/manage.php +++ b/pokemonshowdown.com/news/manage.php @@ -70,7 +70,7 @@ includeHeader(); $summary = str_replace("[b]", '', $summary); $summary = str_replace("[/b]", '', $summary); $summary = preg_replace('/\[psicon (pokemon|item|type|category)="([^\]]+)"\]/', '', $summary); - $summary = preg_replace('/\[psicon (pokemon|item|type|category)=([^\]]+)\]/', '', $summary); + $title = preg_replace('/\[psicon (pokemon|item|type|category)=([^\]]+)\]/', '', $title); $summary = '

'.$summary.'

'; $newsCache[$topic_id]['summary_html'] = $summary;