diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-18 16:52:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-18 16:52:25 +0000 |
commit | d967bb4a5433165017d49975f5b74c671f590f38 (patch) | |
tree | 11458ffa1762a8d516d35fc9016d22bee3e9914b /app/views/wiki | |
parent | fd37f37ee4ed83f90d4a8b597c3b5ae8070e8232 (diff) | |
download | redmine-d967bb4a5433165017d49975f5b74c671f590f38.tar.gz redmine-d967bb4a5433165017d49975f5b74c671f590f38.zip |
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
Diffstat (limited to 'app/views/wiki')
-rw-r--r-- | app/views/wiki/export_multiple.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/wiki/export_multiple.rhtml b/app/views/wiki/export_multiple.rhtml index fe3e87e7f..75052ab3b 100644 --- a/app/views/wiki/export_multiple.rhtml +++ b/app/views/wiki/export_multiple.rhtml @@ -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 %> |