devinsays / portfolio-press

A WordPress theme for artists and designers to showcase their work.
https://wptheming.com/portfolio-theme/
GNU General Public License v2.0
62 stars 30 forks source link

Self-Closing Elements #65

Closed mfields closed 10 years ago

mfields commented 10 years ago

header.php

Since the HTML5 Doctype is being used there is no need to close self-terminating elements. These can be removed although not functionally necessary. This also extends to other self-closing elements like img, etc.