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
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…
Cancel
Save