diff --git a/app/views/wiki/_wikis.html.erb b/app/views/wiki/_wikis.html.erb
index 9cd8887a97e..03a82165505 100644
--- a/app/views/wiki/_wikis.html.erb
+++ b/app/views/wiki/_wikis.html.erb
@@ -1,7 +1,7 @@
<%= raw t('wiki._wikis.table_content') %>
- <%= t('wiki._wikis.likes') %> |
+ <%= t('wiki._wikis.likes') %> |
<% @wikis.each do |wiki| %>
@@ -18,4 +18,4 @@
<% end %>
-<%= will_paginate @wikis, :renderer => BootstrapPagination::Rails if @paginated %>
\ No newline at end of file
+<%= will_paginate @wikis, :renderer => BootstrapPagination::Rails if @paginated %>