From 68bcab4396a38bae45b5c16c4826dadee6e06b3e Mon Sep 17 00:00:00 2001 From: Mark Longair Date: Tue, 16 Apr 2013 12:54:07 +0100 Subject: Add encoding specifications to two files that use UTF-8 Both of these files include multi-byte UTF-8 sequences, so should have a 'magic comment' specifying the encoding. --- app/controllers/request_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/request_controller.rb') diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index ea84d3b10..fe212fb42 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # app/controllers/request_controller.rb: # Show information about one particular request. # -- cgit v1.2.3