From 80be99890af13ff565bf2dbe6d29d32ba8decdb4 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Tue, 4 Jan 2011 16:51:33 +0100 Subject: [PATCH] Add a title to the star when viewing an issue (thanks to William Martin) --- src/IDF/templates/idf/issues/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/templates/idf/issues/view.html b/src/IDF/templates/idf/issues/view.html index 24e57d8..4d0e1ba 100644 --- a/src/IDF/templates/idf/issues/view.html +++ b/src/IDF/templates/idf/issues/view.html @@ -1,5 +1,5 @@ {extends "idf/issues/base.html"} -{block titleicon}{if $form}
{/if}{/block} +{block titleicon}{if $form}
{/if}{/block} {block body} {assign $i = 0} {assign $nc = $comments.count()}