Bug #26915 » 26915.diff
typo3/sysext/cms/tslib/class.tslib_content.php 2011-05-20 00:25:59.000000000 +0100 | ||
---|---|---|
</?(?:". $tags . ")+ # opening tag ('<tag') or closing tag ('</tag')
|
||
(?:
|
||
(?:
|
||
\s+\w+ # EITHER spaces, followed by word characters (attribute names)
|
||
\s+(?:\w+|-) # EITHER spaces, followed by word characters (attribute names)
|
||
(?:
|
||
\s*=?\s* # equals
|
||
(?>
|