From 8f4992255632dfba0e04218cb36611d94c5d91b3 Mon Sep 17 00:00:00 2001 From: Justin Brewer Date: Mon, 27 Feb 2012 17:37:09 -0600 Subject: [PATCH] Fixed Popular Tags List All the links pointed to /post/list/$link --- ext/tag_list/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tag_list/theme.php b/ext/tag_list/theme.php index 59f7c556..a0684041 100644 --- a/ext/tag_list/theme.php +++ b/ext/tag_list/theme.php @@ -89,7 +89,7 @@ class TagListTheme extends Themelet { $html .= ' ?'; } $link = $this->tag_link($row['tag']); - $html .= ' '.$h_tag_no_underscores.''; + $html .= ' '.$h_tag_no_underscores.''; if($tag_list_num) { $html .= ' '.$count.''; }