diff --git a/sui/core/parser.go b/sui/core/parser.go index bfd1b255..2cdee7ce 100644 --- a/sui/core/parser.go +++ b/sui/core/parser.go @@ -123,7 +123,7 @@ func (parser *TemplateParser) Render(html string) (string, error) { // Remove the sui-hide attribute doc.Find("[sui-hide]").Remove() - // Remove All comments and unsed nodes + // Remove All comments and used nodes parser.tidy(doc.Selection) }