htmlnano
htmlnano copied to clipboard
Minify meta refresh values
<meta http-equiv="refresh" content="5; url=">
<meta http-equiv="refresh" content="5; url=http://example.com/">
can be shortened to:
<meta http-equiv="refresh" content="5">
<meta http-equiv="refresh" content="5; http://example.com/">
The HTML standard for meta[http-quiv="refresh"]: https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-refresh