From ff6eeff0759904b7376b7dce151bb655f762e124 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Sun, 31 May 2009 22:24:57 +0000 Subject: [PATCH] Bugfix to the diary entry comment notifier with the missing closing %> --- app/views/notifier/diary_comment_notification.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifier/diary_comment_notification.rhtml b/app/views/notifier/diary_comment_notification.rhtml index 2202f57c3..2f2670435 100644 --- a/app/views/notifier/diary_comment_notification.rhtml +++ b/app/views/notifier/diary_comment_notification.rhtml @@ -14,7 +14,7 @@ <%= @body %> == -<%= t'notifier.diary.header', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl +<%= t'notifier.diary.header', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %> *************************************************************************** -- 2.43.2