diff --git a/app/views/articles/index.html.erb b/app/views/articles/index.html.erb
index 695e45f..64c794b 100644
--- a/app/views/articles/index.html.erb
+++ b/app/views/articles/index.html.erb
@@ -18,8 +18,8 @@
<% else %>
<% if User.current.allowed_to?(:view_kb_articles, @project) %>
+
<%=l(:label_overview)%>
-
<%=l(:label_overview)%>
<%= l(:title_overview_summary) %>
diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb
index 071531e..1555830 100644
--- a/app/views/articles/show.html.erb
+++ b/app/views/articles/show.html.erb
@@ -42,7 +42,7 @@
<%= link_to @article.category.title, { :controller => 'categories', :action => 'show', :id => @article.category.id, :project_id => @project} %>
-<%= @article.title %>
+<%= @article.title %>
<% unless redmine_knowledgebase_settings_value(:disable_article_summaries) %>
<%= @article.summary %>
<% end %>