mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45: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)
|
||||
{
|
||||
// Get entire line from source
|
||||
|
||||
/* @TODO incorrect offset index_
|
||||
if ($line = $this->_line($result['index_']))
|
||||
{
|
||||
// Parse gemtext href
|
||||
|
|
@ -319,7 +321,7 @@ class Gemtext extends Markup
|
|||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue