mirror of
https://github.com/redmine/redmine.git
synced 2026-07-04 14:37:52 +02: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:
@@ -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>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user