whitespace plugin

This commit is contained in:
rick
2011-01-10 16:44:07 -08:00
parent cc85879810
commit 0fd639a149
3 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ module Precious
page = wiki.page(params[:splat].first)
name = params[:rename] || page.name
msg = commit_message
update_wiki_page(wiki, page, params[:content], msg, name,
update_wiki_page(wiki, page, params[:content], msg, name,
params[:format])
update_wiki_page(wiki, page.footer, params[:footer], msg) if params[:footer]
update_wiki_page(wiki, page.sidebar, params[:sidebar], msg) if params[:sidebar]