instiki/app/views/wiki/published.rhtml

10 lines
227 B
Plaintext

<%
@title = @page.plain_name
@hide_navigation = false
@style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
@inline_style = true
@show_footer = true
%>
<%= @renderer.display_published %>