diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 545486861..1dd7d4e6d 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -131,7 +131,7 @@
<% find_hot_forum_topics.each do |topic|%>
- <%= link_to topic.subject.truncate(25, omission: '...'), forum_memo_path(topic.forum_id,topic.id), :class => "gray" %>
+ <%= link_to topic.subject.truncate(25, omission: '...'), forum_memo_path(topic.forum_id,topic.id), :class => "gray" %>
<%= link_to topic.author, user_path(topic.author), :style => "color: green;"%>