From f2439d1b9749a0ff824bcf6d4635d0dff8b82a06 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 13 Nov 2014 12:10:12 -0200 Subject: [PATCH] Fix syntax error --- app/views/profile/_profile_scrap_reply_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile/_profile_scrap_reply_form.html.erb b/app/views/profile/_profile_scrap_reply_form.html.erb index e42cd0f..04d0bac 100644 --- a/app/views/profile/_profile_scrap_reply_form.html.erb +++ b/app/views/profile/_profile_scrap_reply_form.html.erb @@ -11,7 +11,7 @@ :title => _('Leave your comment'), :onfocus => ("if(this.value==this.title){this.value='';this.style.color='#000'};this.style.backgroundImage='url(" + profile_icon(current_person, :icon, false) + ")'" if logged_in?), :onblur => ("if(this.value==''){this.value=this.title;this.style.color='#ccc'};this.style.backgroundImage='none'" if logged_in?), - :value => _('Leave your comment'), %> + :value => _('Leave your comment') %> <%= hidden_field_tag 'scrap[scrap_id]', scrap.id %> <%= hidden_field_tag 'receiver_id', scrap.sender.id %> <% end %> -- libgit2 0.21.2