From e97f179c94090243f5ab53d84fb432c9f394c38b Mon Sep 17 00:00:00 2001 From: Thomas Blazek Date: Mon, 12 Aug 2013 13:52:36 +0200 Subject: [PATCH] Bugfix --- app/views/studien/_form.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/studien/_form.html.erb b/app/views/studien/_form.html.erb index b77e77f..9bff027 100755 --- a/app/views/studien/_form.html.erb +++ b/app/views/studien/_form.html.erb @@ -23,5 +23,6 @@ <%= tinymce %> <%= f.actions do %> <%= f.action :submit, :as => :input %> -<% end %> + <% end %> + <% end %>