mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 01:15:28 +00:00
remove line duplicate
This commit is contained in:
parent
ea82371fad
commit
35893d2db2
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue