diff --git a/src/Gemtext/Body.php b/src/Gemtext/Body.php index 2e85bd0..1a2a0b6 100644 --- a/src/Gemtext/Body.php +++ b/src/Gemtext/Body.php @@ -71,7 +71,7 @@ class Body { $matches = []; - foreach ($this->_lines as $i => $line) + foreach ($this->_lines as $line) { if (preg_match('/^=>(.*)/', trim($line), $match)) {