Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rebuild for jessie-backports
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
camelcase.pm
diff --git
a/IkiWiki/Plugin/camelcase.pm
b/IkiWiki/Plugin/camelcase.pm
index 74a8397d7ebe33096393d4174f2975a4ce7bd03d..088447d6b4d133d0197e6bc3c1df57fd9c3292e8 100644
(file)
--- a/
IkiWiki/Plugin/camelcase.pm
+++ b/
IkiWiki/Plugin/camelcase.pm
@@
-61,7
+61,7
@@
sub scan (@) {
my $content=$params{content};
while ($content =~ /$link_regexp/g) {
-
push @{$links{$page}}, linkpage($1
) unless ignored($1)
+
add_link($page, linkpage($1)
) unless ignored($1)
}
}