diff --git a/contrib/tag_history/theme.php b/contrib/tag_history/theme.php index eaa8761e..a889e748 100644 --- a/contrib/tag_history/theme.php +++ b/contrib/tag_history/theme.php @@ -28,12 +28,12 @@ class Tag_HistoryTheme extends Themelet { $selected = ($n == 2) ? " checked" : ""; - $current_tags = explode(" ", $current_tags); + $current_tags = Tag::explode($current_tags); $taglinks = array(); foreach($current_tags as $tag){ $taglinks[] = "".$tag.""; } - $current_tags = implode(" ", $taglinks); + $current_tags = Tag::implode($taglinks); $history_list .= "