##// END OF EJS Templates
remove trailing white-space from app/controllers/wiki_controller.rb...
Toshi MARUYAMA -
r10880:3bf6f8d7ff26
parent child
Show More
@@ -272,7 +272,7 class WikiController < ApplicationController
272
272
273 @content = @page.content_for_version(params[:version])
273 @content = @page.content_for_version(params[:version])
274 @content.destroy
274 @content.destroy
275 redirect_to_referer_or history_project_wiki_page_path(@project, @page.title)
275 redirect_to_referer_or history_project_wiki_page_path(@project, @page.title)
276 end
276 end
277
277
278 # Export wiki to a single pdf or html file
278 # Export wiki to a single pdf or html file
General Comments 0
You need to be logged in to leave comments. Login now