bsky-app/bskyweb/templates
Keith Cirkel b33626c3c7
remove trailing / on meta tags (#856)
* remove trailing / on meta tags

Meta tags are [void elements](https://html.spec.whatwg.org/multipage/syntax.html#void-elements) which means they are self closing, and do not require a closing tag, nor a trailing `/`.

The trailing `/` is something that was required in XHTML but [is ignored
in HTML](https://html.spec.whatwg.org/multipage/syntax.html#start-tags). Quoth the spec:

> On void elements, [the trailing slash] does not mark the start tag as self-closing but instead is unnecessary and has no effect of any kind. For such void elements, it should be used only with caution — especially since, if directly preceded by an unquoted attribute value, it becomes part of the attribute value rather than being discarded by the parser.

* remove trailing / on link tags
2023-06-06 09:32:30 -05:00
..
base.html remove trailing / on meta tags (#856) 2023-06-06 09:32:30 -05:00
error.html Create build step for the web server (#289) 2023-03-14 17:30:15 -05:00
home.html remove trailing / on meta tags (#856) 2023-06-06 09:32:30 -05:00
post.html bskyweb: iterate on HTML card metadata (#609) 2023-05-11 10:41:47 -05:00
profile.html bskyweb: iterate on HTML card metadata (#609) 2023-05-11 10:41:47 -05:00