mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-10 05:02:39 +00:00
remove line duplicate
This commit is contained in:
parent
ea82371fad
commit
35893d2db2
@ -187,7 +187,6 @@ class Reader
|
|||||||
// Make sure inline tag closed
|
// Make sure inline tag closed
|
||||||
if (preg_match('/<\/(code|file)>/i', $line))
|
if (preg_match('/<\/(code|file)>/i', $line))
|
||||||
{
|
{
|
||||||
$lines[] = $line;
|
|
||||||
$lines[] = '```';
|
$lines[] = '```';
|
||||||
|
|
||||||
$raw = false;
|
$raw = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user