diff --git a/escape.go b/escape.go index ac14b14..eddc2e8 100644 --- a/escape.go +++ b/escape.go @@ -71,6 +71,6 @@ func escapeAttribute(value string) string { ) w.Write([]byte(value)) - // w.Flush() + w.Flush() return b.String() }