summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/ISO-8859-1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/encodings/ISO-8859-1.rb')
-rw-r--r--lib/rexml/encodings/ISO-8859-1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/encodings/ISO-8859-1.rb b/lib/rexml/encodings/ISO-8859-1.rb
index 5beefbd408..32ddfbc909 100644
--- a/lib/rexml/encodings/ISO-8859-1.rb
+++ b/lib/rexml/encodings/ISO-8859-1.rb
@@ -1,6 +1,6 @@
module REXML
module Encoding
- @@__REXML_encoding_methods =<<-EOL
+ @@__REXML_encoding_methods =<<-'EOL'
# Convert from UTF-8
def encode content
array_utf8 = content.unpack('U*')