strip all non-processed tags from line if not raw

This commit is contained in:
ghost 2024-02-05 18:18:48 +02:00
parent 5d79b18cf9
commit 2a8c9c66a8

View File

@ -252,7 +252,9 @@ class Reader
array_values( array_values(
$this->_rule $this->_rule
), ),
$line strip_tags(
$line
)
) )
); );
} }