diff --git a/app/views/dmsf/_file.html.erb b/app/views/dmsf/_file.html.erb
index 06ee9b8e..d41eafb0 100644
--- a/app/views/dmsf/_file.html.erb
+++ b/app/views/dmsf/_file.html.erb
@@ -53,7 +53,7 @@
:class => 'icon icon-dmsf-lockedbycurrent') %>
<% end %>
-
<%= file.last_revision.version %> |
+<%= file.last_revision.version %> |
<% if wf && @file_approval_allowed %>
<%= link_to(
diff --git a/app/views/dmsf/_file_trash.html.erb b/app/views/dmsf/_file_trash.html.erb
index 57a0d5d4..06983e43 100644
--- a/app/views/dmsf/_file_trash.html.erb
+++ b/app/views/dmsf/_file_trash.html.erb
@@ -33,7 +33,7 @@
|
<%= format_time(file.last_revision.updated_at) %>
|
-<%= file.last_revision.version %> |
+<%= file.last_revision.version %> |
<%= file.last_revision.workflow_str(false) %>
|