mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-12 14:11:55 +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(
|
array_values(
|
||||||
$this->_rule
|
$this->_rule
|
||||||
),
|
),
|
||||||
$line
|
strip_tags(
|
||||||
|
$line
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user