instiki/app/views/wiki/published.rhtml

10 lines
227 B
Plaintext
Raw Normal View History

<%
@title = @page.plain_name
@hide_navigation = false
@style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
@inline_style = true
2005-04-03 08:19:33 +02:00
@show_footer = true
%>
<%= @renderer.display_published %>