1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 19:53:07 +00:00

removed wiki page titles in html export

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@309 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-03-06 23:02:18 +00:00
parent 7588121e59
commit f34a8ad30e
2 changed files with 0 additions and 3 deletions

View File

@ -9,8 +9,6 @@ h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
</style>
</head>
<body>
<h1><%=h @page.pretty_title %></h1>
<hr />
<%= textilizable @content.text, :wiki_links => :local %>
</body>
</html>

View File

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