mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-12 16:18:09 +00:00
strip all non-processed tags from line if not raw
This commit is contained in:
parent
5d79b18cf9
commit
2a8c9c66a8
@ -252,7 +252,9 @@ class Reader
|
||||
array_values(
|
||||
$this->_rule
|
||||
),
|
||||
$line
|
||||
strip_tags(
|
||||
$line
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user