aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/phinde/LinkExtractor/Html.php2
1 files changed, 1 insertions, 1 deletions
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;
}