Commit 37e6d6a722f2739ddcf6347f85352d78a39c7cbf

Authored by Antonio Terceiro
1 parent d5ee444b

Fix syntax error in template

(ActionItem1719)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/scrap/notifier/mail.rhtml
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 <%= word_wrap(@scrap_content) %> 6 <%= word_wrap(@scrap_content) %>
7 ------------------------------------------------------------------------------- 7 -------------------------------------------------------------------------------
8 8
9 -<%= _('View this scrap on the wall'): %> 9 +<%= _('View this scrap on the wall') %>:
10 <%= url_for @wall_url %> 10 <%= url_for @wall_url %>
11 11
12 <%= _("Greetings,") %> 12 <%= _("Greetings,") %>