diff --git a/fp-plugins/lastcomments/plugin.lastcomments.php b/fp-plugins/lastcomments/plugin.lastcomments.php index e9e2d09..a3b2c87 100644 --- a/fp-plugins/lastcomments/plugin.lastcomments.php +++ b/fp-plugins/lastcomments/plugin.lastcomments.php @@ -48,6 +48,8 @@ function plugin_lastcomments_widget() { $update = true; continue; } + + comment_clean($arr); $content .= "
  • @@ -183,4 +185,4 @@ function plugin_lastcomments_rssinit() { */ -?> \ No newline at end of file +?>