diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 77d9ce640..f788d0ec8 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -13,7 +13,7 @@
<%=h @issue.subject %>
<%= authoring @issue.created_on, @issue.author %>.
- <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) if @issue.created_on != @issue.updated_on %>.
+ <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) + '.' if @issue.created_on != @issue.updated_on %>