stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Updates meta tag syntax for consistency #67

Closed DavidFrahm closed 5 years ago

DavidFrahm commented 5 years ago

Of the five meta tags in the index.html, one was using non-self-closing-tag syntax and the others were not. Additionally, since this is html5 (not xhtml) self-closing tags are not necessary for void elements. This change makes all the meta tags consistent, and most correct.

adamdbradley commented 5 years ago

thanks