deactivate feature with incorrect index_ calculation

This commit is contained in:
yggverse 2024-07-28 19:18:22 +03:00
parent e5fa4d44db
commit 58bc99de06

View file

@ -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;
}
}
}
} */
}
}