##// END OF EJS Templates
Welcome text misses wiki div (#5770)....
Jean-Philippe Lang -
r14066:f1072337b9bc
parent child
Show More
@@ -1,7 +1,9
1 1 <h2><%= l(:label_home) %></h2>
2 2
3 3 <div class="splitcontentleft">
4 <%= textilizable Setting.welcome_text %>
4 <div class="wiki">
5 <%= textilizable Setting.welcome_text %>
6 </div>
5 7 <% if @news.any? %>
6 8 <div class="news box">
7 9 <h3><%=l(:label_news_latest)%></h3>
General Comments 0
You need to be logged in to leave comments. Login now