This website works better with JavaScript.
Explore
Help
Register
Sign In
YGGverse
/
gemini-php
mirror of
https://github.com/YGGverse/gemini-php.git
Watch
1
Star
0
Fork
You've already forked gemini-php
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
return unique links only
main
ghost
9 months ago
parent
0ad8a9e998
commit
0de8dcc249
1 changed files
with
3 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
src/Dokuwiki/Reader.php
4
src/Dokuwiki/Reader.php
Unescape
Escape
View File
@ -287,6 +287,8 @@ class Reader
@@ -287,6 +287,8 @@ class Reader
}
}
return $links;
return array_unique(
$links
);
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
YGGverse/gemini-php
Title
Body
Create Issue