##// END OF EJS Templates
added back the anchor for each page on the wiki full export...
Jean-Philippe Lang -
r342:d967bb4a5433
parent child
Show More
@@ -19,6 +19,7 h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
19
19
20 <% @pages.each do |page| %>
20 <% @pages.each do |page| %>
21 <hr />
21 <hr />
22 <a name="<%= page.title %>" />
22 <%= textilizable page.content.text, :wiki_links => :anchor %>
23 <%= textilizable page.content.text, :wiki_links => :anchor %>
23 <% end %>
24 <% end %>
24
25
General Comments 0
You need to be logged in to leave comments. Login now