]> git.openstreetmap.org Git - rails.git/commitdiff
Bugfix to the diary entry comment notifier with the missing closing %>
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Sun, 31 May 2009 22:24:57 +0000 (22:24 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Sun, 31 May 2009 22:24:57 +0000 (22:24 +0000)
app/views/notifier/diary_comment_notification.rhtml

index 2202f57c370d6211c4a46a7a7065446cb8f6c6a5..2f2670435b8e0c54d17b900edce8c4a3fbc058e4 100644 (file)
@@ -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 %>
 
 
 ***************************************************************************