We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0
node v10.13.0 / yarn 1.10.1 / Windows 7
config.plugin('html').tap(args => { args[0].minify = false args[0].xhtml = true console.log("===========================") console.log(args) return args })
link tag self-closing
preload link is not self closing
The text was updated successfully, but these errors were encountered:
XHTML & HTML5 are not compatible. Why did you do that? https://stackoverflow.com/a/39560454/2302258
Sorry, something went wrong.
the index.html needs to be used as theamleaf template, theamleaf console error message link tag not end
I have the same issue. The tag link have to be self-closed but otherwise I get an error like this:
link
{"status":500,"error":"Internal Server Error","message":"Exception parsing document: template=\"index\", line 20 - column 58","timeStamp":"Fri Jun 14 13:29:31 MSK 2019","trace":null}
How do I can resolve it?
No branches or pull requests
Version
3.0.0
Node and OS info
node v10.13.0 / yarn 1.10.1 / Windows 7
Steps to reproduce
config.plugin('html').tap(args => {
args[0].minify = false
args[0].xhtml = true
console.log("===========================")
console.log(args)
return args
})
What is expected?
link tag self-closing
What is actually happening?
preload link is not self closing
The text was updated successfully, but these errors were encountered: