diff --git a/app/views/time_entry_reports/report.rhtml b/app/views/time_entry_reports/report.rhtml
index de2d10937..0a97fdc04 100644
--- a/app/views/time_entry_reports/report.rhtml
+++ b/app/views/time_entry_reports/report.rhtml
@@ -32,6 +32,7 @@
<% unless @hours.empty? %>
+
<% other_formats_links do |f| %>
<%= f.link_to 'CSV', :url => params %>
diff --git a/app/views/timelog/_list.rhtml b/app/views/timelog/_list.rhtml
index defad1203..3e37c0b56 100644
--- a/app/views/timelog/_list.rhtml
+++ b/app/views/timelog/_list.rhtml
@@ -1,5 +1,6 @@
<% form_tag({}) do -%>
<%= hidden_field_tag 'back_url', url_for(params) %>
+
<% end -%>
<%= context_menu time_entries_context_menu_path %>