We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dd69b commit 22cf001Copy full SHA for 22cf001
pokemonshowdown.com/news/manage.php
@@ -70,7 +70,7 @@ function saveNews() {
70
$summary = str_replace("[b]", '<strong>', $summary);
71
$summary = str_replace("[/b]", '</strong>', $summary);
72
$summary = preg_replace('/\[psicon (pokemon|item|type|category)="([^\]]+)"\]/', '<psicon $1="$2" />', $summary);
73
- $summary = preg_replace('/\[psicon (pokemon|item|type|category)=([^\]]+)\]/', '<psicon $1="$2" />', $summary);
+ $title = preg_replace('/\[psicon (pokemon|item|type|category)=([^\]]+)\]/', '<psicon $1="$2" />', $title);
74
$summary = '<p>'.$summary.'</p>';
75
76
$newsCache[$topic_id]['summary_html'] = $summary;
0 commit comments