diff --git a/common/files.go b/common/files.go index 9c2d110c..6c9d9710 100644 --- a/common/files.go +++ b/common/files.go @@ -178,6 +178,7 @@ func (list SFileList) JSTmplInit() error { data = replace(data, "w.Write([]byte(", "out += ") data = replace(data, "w.Write(StringToBytes(", "out += ") data = replace(data, "w.Write(", "out += ") + data = replace(data, "+= c.", "+= ") data = replace(data, "strconv.Itoa(", "") data = replace(data, "strconv.FormatInt(", "") data = replace(data, " c.", "")