Browse Source

deactivate feature with incorrect index_ calculation

PHP-GTK3
yggverse 4 months ago
parent
commit
58bc99de06
  1. 4
      src/Entity/Browser/Container/Page/Content/Gemtext.php

4
src/Entity/Browser/Container/Page/Content/Gemtext.php

@ -301,6 +301,8 @@ class Gemtext extends Markup @@ -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 @@ -319,7 +321,7 @@ class Gemtext extends Markup
return true;
}
}
}
} */
}
}

Loading…
Cancel
Save