mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Fix issue processwire/processwire-issues#200 where the WireMarkupRegions self-closing tags list needed <link>
and a few others
This commit is contained in:
@@ -31,8 +31,23 @@ class WireMarkupRegions extends Wire {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
protected $selfClosingTags = array(
|
protected $selfClosingTags = array(
|
||||||
'input',
|
'link',
|
||||||
|
'area',
|
||||||
|
'base',
|
||||||
|
'br',
|
||||||
|
'col',
|
||||||
|
'command',
|
||||||
|
'embed',
|
||||||
|
'hr',
|
||||||
'img',
|
'img',
|
||||||
|
'input',
|
||||||
|
'keygen',
|
||||||
|
'link',
|
||||||
|
'meta',
|
||||||
|
'param',
|
||||||
|
'source',
|
||||||
|
'track',
|
||||||
|
'wbr',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user