mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 17:35:28 +00:00
strip all non-processed tags from line if not raw
This commit is contained in:
parent
5d79b18cf9
commit
2a8c9c66a8
1 changed files with 3 additions and 1 deletions
|
|
@ -252,7 +252,9 @@ class Reader
|
||||||
array_values(
|
array_values(
|
||||||
$this->_rule
|
$this->_rule
|
||||||
),
|
),
|
||||||
$line
|
strip_tags(
|
||||||
|
$line
|
||||||
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue