mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
deactivate feature with incorrect index_ calculation
This commit is contained in:
parent
e5fa4d44db
commit
58bc99de06
1 changed files with 3 additions and 1 deletions
|
|
@ -301,6 +301,8 @@ class Gemtext extends Markup
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
// Get entire line from source
|
// Get entire line from source
|
||||||
|
|
||||||
|
/* @TODO incorrect offset index_
|
||||||
if ($line = $this->_line($result['index_']))
|
if ($line = $this->_line($result['index_']))
|
||||||
{
|
{
|
||||||
// Parse gemtext href
|
// Parse gemtext href
|
||||||
|
|
@ -319,7 +321,7 @@ class Gemtext extends Markup
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue