mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +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(
|
||||
$this->_rule
|
||||
),
|
||||
$line
|
||||
strip_tags(
|
||||
$line
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue