added back the anchor for each page on the wiki full export

git-svn-id: http://redmine.rubyforge.org/svn/trunk@345 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-03-18 16:52:25 +00:00
parent fd37f37ee4
commit d967bb4a54
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
<% @pages.each do |page| %>
<hr />
<a name="<%= page.title %>" />
<%= textilizable page.content.text, :wiki_links => :anchor %>
<% end %>