diff --git a/wire/core/WireMarkupRegions.php b/wire/core/WireMarkupRegions.php index a489d081..23879b64 100644 --- a/wire/core/WireMarkupRegions.php +++ b/wire/core/WireMarkupRegions.php @@ -31,8 +31,23 @@ class WireMarkupRegions extends Wire { * */ protected $selfClosingTags = array( - 'input', + 'link', + 'area', + 'base', + 'br', + 'col', + 'command', + 'embed', + 'hr', 'img', + 'input', + 'keygen', + 'link', + 'meta', + 'param', + 'source', + 'track', + 'wbr', ); /**