diff -r b587499d50a9 -r 2818bf60c84c app/views/projects/settings/_overview.html.erb
--- a/app/views/projects/settings/_overview.html.erb
+++ b/app/views/projects/settings/_overview.html.erb
@@ -5,7 +5,7 @@
 
 <div class="box tabular">
 
-<p><%= l(:text_has_welcome_page_info, { :overview_link => link_to(l(:label_overview), { :controller => 'projects', :action => 'show' } ) } ) %></p>
+<p><%= l(:text_has_welcome_page_info, { :overview_link => link_to(l(:label_overview), { :controller => 'projects', :action => 'show' } ) } ).html_safe %></p>
 
 <% if @project.module_enabled? :wiki %>
 
@@ -13,7 +13,7 @@
 
 <% else %>
 
-<p><%= l(:text_has_welcome_page_wiki_disabled, { :modules_link => link_to(l(:label_module_plural), { :controller => 'projects', :action => 'settings', :tab => 'modules' } ) } ) %></p>
+<p><%= l(:text_has_welcome_page_wiki_disabled, { :modules_link => link_to(l(:label_module_plural), { :controller => 'projects', :action => 'settings', :tab => 'modules' } ) } ).html_safe %></p>
 
 <% end %>
 
