diff --git a/app/views/wiki/export.html.erb b/app/views/wiki/export.html.erb index a9df66dee..e3c76fedc 100644 --- a/app/views/wiki/export.html.erb +++ b/app/views/wiki/export.html.erb @@ -16,6 +16,6 @@ h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display -<%= textilizable @content, :text, :wiki_links => :local %> +<%= textilizable @content, :text, :wiki_links => :local, :only_path => false %> diff --git a/app/views/wiki/export_multiple.html.erb b/app/views/wiki/export_multiple.html.erb index b068ce1d6..421ea4f29 100644 --- a/app/views/wiki/export_multiple.html.erb +++ b/app/views/wiki/export_multiple.html.erb @@ -27,7 +27,7 @@ h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display <% @pages.each do |page| %>
-<%= textilizable page.content ,:text, :wiki_links => :anchor %> +<%= textilizable page.content ,:text, :wiki_links => :anchor, :only_path => false %> <% end %>