Merge branch 'master' into es_17_01

# Conflicts:
#	examples/demo/demo.ecf
#	modules/node/node-safe.ecf
This commit is contained in:
2017-03-01 08:51:23 +01:00
38 changed files with 1188 additions and 225 deletions

View File

@@ -318,7 +318,7 @@ feature -- Web forms
s.append_character (',')
s.append_character (' ')
end
if ic.item.text.has (' ') then
if ic.item.text.has (',') then
s.append_character ('"')
s.append (t.text)
s.append_character ('"')