editor-bootstrap / vim-bootstrap

Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
https://vim-bootstrap.com/
MIT License
2.08k stars 209 forks source link

Invalid HTML markup in the template file #420

Closed hareesh-pillai closed 2 years ago

hareesh-pillai commented 2 years ago

Description

After running w3.org HTML validator, a few issues were identified.

  1. Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>
  2. A document must not include more than one meta element with a charset attribute.
  3. Duplicate attribute class used in the form element