diff options
-rw-r--r-- | app/views/welcome/index.html.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 2d4fdfc05..dab9bff38 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -1,7 +1,9 @@ <h2><%= l(:label_home) %></h2> <div class="splitcontentleft"> - <%= textilizable Setting.welcome_text %> + <div class="wiki"> + <%= textilizable Setting.welcome_text %> + </div> <% if @news.any? %> <div class="news box"> <h3><%=l(:label_news_latest)%></h3> |