From a7a50cb78f0d15dcfd1a60aecf83bf6f37c7b32e Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 9 Mar 2012 22:48:17 +0000 Subject: [PATCH] start at page 1 --- contrib/tag_history/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tag_history/theme.php b/contrib/tag_history/theme.php index df6e0639..2ee3fd65 100644 --- a/contrib/tag_history/theme.php +++ b/contrib/tag_history/theme.php @@ -98,7 +98,7 @@ class Tag_HistoryTheme extends Themelet { } public function display_history_link(Page $page, /*int*/ $image_id) { - $link = 'Tag History'; + $link = 'Tag History'; $page->add_block(new Block(null, $link, "main", 5)); }