X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/8b9ae4fc9a3f8402001dd1a054658d5e1246efff..a1c8309e4b3d8d5468c2defbc8bbae95633aff90:/src/phinde/LinkExtractor/Html.php diff --git a/src/phinde/LinkExtractor/Html.php b/src/phinde/LinkExtractor/Html.php index b3a9ea6..299ed91 100644 --- a/src/phinde/LinkExtractor/Html.php +++ b/src/phinde/LinkExtractor/Html.php @@ -61,7 +61,7 @@ class Html } } } - if ($href == '' || $href{0} == '#') { + if ($href == '' || $href[0] == '#') { //link on this page continue; }