diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb index 8c20e26..00d243a 100644 --- a/app/views/wiki/edit.html.erb +++ b/app/views/wiki/edit.html.erb @@ -14,7 +14,7 @@ <%= text_area_tag 'content[text]', @text, :cols => 100, :rows => 25, :class => 'wiki-edit', :accesskey => accesskey(:edit) %> <% if @page.new_record? && @page.parent %> -
<%=h @page.parent.pretty_title %>
+<%=h @page.parent.pretty_title %>
<% end %><%= f.text_field :comments, :size => 120 %>