mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Fix typo in XML entity name
This commit is contained in:
parent
68ff5b1672
commit
ffc7ff5c38
|
@ -68,7 +68,7 @@ OUT.print <<'END_HEADER'
|
|||
END_HEADER
|
||||
|
||||
def xmlesc(s)
|
||||
s.gsub('&', '&').gsub('<', '<').gsub('>', '&rt;')
|
||||
s.gsub('&', '&').gsub('<', '<').gsub('>', '>')
|
||||
end
|
||||
|
||||
grooves.each do |style,grooves|
|
||||
|
|
Loading…
Reference in New Issue
Block a user