From 80adfe772769b9c263544b0e270c4e412e7ce7df Mon Sep 17 00:00:00 2001
From: Graham Cole <chckens@sucs.org>
Date: Sat, 14 Jun 2008 10:39:35 +0000
Subject: [PATCH] remove hack to make category names plural; easier to just
 keep plural names in the DB

---
 templates/junk.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/junk.tpl b/templates/junk.tpl
index bc78ad2..aa609cc 100644
--- a/templates/junk.tpl
+++ b/templates/junk.tpl
@@ -4,7 +4,7 @@
 	<div class="boxhead"> <h3>{$status}</h3></div>
 	<div class="boxcontent">
 	{foreach from=$statusitems item=category key=categoryname} 
-		<h3>{$categoryname}s</h3>
+		<h3>{$categoryname}</h3>
 		<ul>
 	{foreach from=$category item=item}
 		<li>	
-- 
GitLab