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:
parent
fd37f37ee4
commit
d967bb4a54
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue