diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 0be9f907ba790c4861b8b6bbec77b1e9d5eeb919..5acc02bcb1323f2c9f1dc9a0dcddef6ace0e9af9 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -72,7 +72,7 @@ end %>
 <% if @journals_count > @journals.length %>(<%= l(:label_last_changes, @journals.length) %>)<% end %></h3>
 <%= render :partial => 'history', :locals => { :journals => @journals } %>
 <% if @journals_count > @journals.length %>
-    <p><center><small>[ <%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %> ]</small></center></p>
+    <p><center><small><%= link_to l(:label_change_view_all), :action => 'history', :id => @issue %></small></center></p>
 <% end %>
 </div>