1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed Issue7: DocType with external IDs was not being quoted.

SHIFT_JIS now merely includes Shift-JIS


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ser 2004-02-16 21:42:10 +00:00
parent 7430c46af6
commit b84ebdcb05
3 changed files with 4 additions and 36 deletions

View file

@ -189,7 +189,7 @@ module REXML
end
def to_s
"<!NOTATION #@name #@middle #@rest>"
"<!NOTATION #@name '#@middle #@rest'>"
end
def write( output, indent=-1 )