aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/doctype.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/doctype.rb')
-rw-r--r--lib/rexml/doctype.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/doctype.rb b/lib/rexml/doctype.rb
index 506952312a..d69de214b1 100644
--- a/lib/rexml/doctype.rb
+++ b/lib/rexml/doctype.rb
@@ -189,7 +189,7 @@ module REXML
end
def to_s
- "<!NOTATION #@name #@middle #@rest>"
+ "<!NOTATION #@name '#@middle #@rest'>"
end
def write( output, indent=-1 )