From 58bc99de06d42ce1887df2f2aa2b7747c5b35f1d Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 28 Jul 2024 19:18:22 +0300 Subject: [PATCH] deactivate feature with incorrect index_ calculation --- src/Entity/Browser/Container/Page/Content/Gemtext.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Entity/Browser/Container/Page/Content/Gemtext.php b/src/Entity/Browser/Container/Page/Content/Gemtext.php index 93266f65..f3ebbbf3 100644 --- a/src/Entity/Browser/Container/Page/Content/Gemtext.php +++ b/src/Entity/Browser/Container/Page/Content/Gemtext.php @@ -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; } } - } + } */ } }