We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70424f9 commit 2a59ca0Copy full SHA for 2a59ca0
1 file changed
Classes/Helpers/TagHelper.php
@@ -84,7 +84,7 @@ private static function buildMatchEndOfOpeningTagReqex(): string
84
private static function buildMatchAttributeNameWithAnyValueReqex(string $name): string
85
{
86
$nameQuoted = self::escapeReqexCharsInString($name);
87
-
+dasd
88
return '/(?<pre><.*? )(?<name>' .
89
$nameQuoted .
90
')(?<glue>=")(?<value>.*?)(?<post>".*?>)/';
0 commit comments