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,8 +252,10 @@ class Reader
array_values(
$this->_rule
),
strip_tags(
$line
)
)
);
}