Add <div class="wiki"> to the welcome text so it looks like all the other info texts.

pull/351/head
Holger Just 14 years ago committed by Holger Just
parent f193d04090
commit 10d6a79c15
  1. 2
      app/views/welcome/index.rhtml

@ -1,7 +1,7 @@
<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>

Loading…
Cancel
Save