instiki/app/views/wiki/published.rhtml

10 lines
227 B
Plaintext
Raw Normal View History

2007-01-22 14:43:50 +01:00
<%
@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 %>