diff --git a/wiki/app/views/wiki/export.rhtml b/wiki/app/views/wiki/export.rhtml index 10a311923..c31568246 100644 --- a/wiki/app/views/wiki/export.rhtml +++ b/wiki/app/views/wiki/export.rhtml @@ -9,8 +9,6 @@ h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } -

<%=h @page.pretty_title %>

-
<%= textilizable @content.text, :wiki_links => :local %> diff --git a/wiki/app/views/wiki/export_multiple.rhtml b/wiki/app/views/wiki/export_multiple.rhtml index bcbf448d1..cecb40b42 100644 --- a/wiki/app/views/wiki/export_multiple.rhtml +++ b/wiki/app/views/wiki/export_multiple.rhtml @@ -19,7 +19,6 @@ h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } <% @pages.each do |page| %>
-

<%=h page.pretty_title %>

<%= textilizable page.content.text, :wiki_links => :anchor %> <% end %>