From 461e56eb00774da7b44435349379dfcbefb72a16 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 6 Aug 2007 19:16:34 +0000 Subject: [PATCH] commas~ git-svn-id: file:///home/shish/svn/shimmie2/trunk@435 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/danbooru/tag_list.theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/danbooru/tag_list.theme.php b/themes/danbooru/tag_list.theme.php index f7605f24..18696934 100644 --- a/themes/danbooru/tag_list.theme.php +++ b/themes/danbooru/tag_list.theme.php @@ -20,7 +20,7 @@ class TagListTheme extends Themelet { $page->disable_left(); $page->set_title("Tag List"); $page->set_heading($this->heading); - $page->add_block(new Block("Navigation", str_replace("
", " ", $this->navigation), "main", 0)); + $page->add_block(new Block("Navigation", str_replace("
", ", ", $this->navigation), "main", 0)); $page->add_block(new Block(" ", $this->list)); }