Merge branch 'master' of github.com:shish/shimmie2

This commit is contained in:
Shish 2012-03-30 16:41:42 +01:00
commit 72b7586c10

View File

@ -28,12 +28,12 @@ class Tag_HistoryTheme extends Themelet {
$selected = ($n == 2) ? " checked" : ""; $selected = ($n == 2) ? " checked" : "";
$current_tags = explode(" ", $current_tags); $current_tags = Tag::explode($current_tags);
$taglinks = array(); $taglinks = array();
foreach($current_tags as $tag){ foreach($current_tags as $tag){
$taglinks[] = "<a href='".make_link("post/list/".$tag."/1")."'>".$tag."</a>"; $taglinks[] = "<a href='".make_link("post/list/".$tag."/1")."'>".$tag."</a>";
} }
$current_tags = implode(" ", $taglinks); $current_tags = Tag::implode($taglinks);
$history_list .= " $history_list .= "
<li> <li>