commit
691c3d5ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ func (parser *TemplateParser) Render(html string) (string, error) {
|
||||||
// Remove the sui-hide attribute
|
// Remove the sui-hide attribute
|
||||||
doc.Find("[sui-hide]").Remove()
|
doc.Find("[sui-hide]").Remove()
|
||||||
|
|
||||||
// Remove All comments and unsed nodes
|
// Remove All comments and used nodes
|
||||||
parser.tidy(doc.Selection)
|
parser.tidy(doc.Selection)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue