diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb
index 532d4e20b..8dce98384 100644
--- a/app/views/issues/show.html.erb
+++ b/app/views/issues/show.html.erb
@@ -9,9 +9,9 @@
"\xc2\xab #{l(:label_previous)}",
issue_path(@prev_issue_id),
:title => "##{@prev_issue_id}" %> |
- <% if @issue_position && @issue_count %>
- <%= l(:label_item_position, :position => @issue_position, :count => @issue_count) %> |
- <% end %>
+ <% if @issue_position && @issue_count %>
+ <%= l(:label_item_position, :position => @issue_position, :count => @issue_count) %> |
+ <% end %>
<%= link_to_if @next_issue_id,
"#{l(:label_next)} \xc2\xbb",
issue_path(@next_issue_id),