actually use the escaped tag <_<
git-svn-id: file:///home/shish/svn/shimmie2/trunk@371 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
7fbacc7ffd
commit
a4b467ec8f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class TagListTheme extends Themelet {
|
|||
|
||||
private function tag_link($tag) {
|
||||
$u_tag = url_escape($tag);
|
||||
return make_link("post/list/$tag/1");
|
||||
return make_link("post/list/$u_tag/1");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
Reference in a new issue