git.cweiske.de
/
phinde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b3930
)
Fix string array access in php 8
author
Christian Weiske
<
[email protected]
>
Sun, 2 Apr 2023 16:57:18 +0000
(18:57 +0200)
committer
Christian Weiske
<
[email protected]
>
Sun, 2 Apr 2023 16:57:18 +0000
(18:57 +0200)
src/phinde/LinkExtractor/Html.php
patch
|
blob
|
history
diff --git
a/src/phinde/LinkExtractor/Html.php
b/src/phinde/LinkExtractor/Html.php
index b3a9ea65170f8f50bd5a09492c72eb7e028829f3..299ed912869587ced474b71c61a538a3d0f5b571 100644
(file)
--- 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;
}