diff options
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index e1fbb6a68..a09939509 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -963,7 +963,7 @@ class RequestController < ApplicationController end if !done file_info = { :filename => 'correspondence.txt', - :data => render_to_string(:template => 'request/show.text.erb', + :data => render_to_string(:template => 'request/show.text', :layout => false) } end file_info |