1
0

revert attribute escape flushing

This commit is contained in:
Arpad Ryszka 2025-11-03 03:02:50 +01:00
parent c4773eb94f
commit bf3d13fd8d

View File

@ -71,6 +71,6 @@ func escapeAttribute(value string) string {
)
w.Write([]byte(value))
// w.Flush()
w.Flush()
return b.String()
}