Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf9997
)
wikilink fix
author
Joey Hess
<joey@kitenet.net>
Sat, 8 Dec 2007 20:17:37 +0000
(15:17 -0500)
committer
Joey Hess
<joey@kitenet.net>
Sat, 8 Dec 2007 20:17:37 +0000
(15:17 -0500)
IkiWiki/Plugin/meta.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/meta.pm
b/IkiWiki/Plugin/meta.pm
index a0dd66376b295cc574f75ad6cdcad2473c832d8f..ac8890795fb8eadf435ff9508682feaacfa8227e 100644
(file)
--- a/
IkiWiki/Plugin/meta.pm
+++ b/
IkiWiki/Plugin/meta.pm
@@
-71,7
+71,7
@@
sub preprocess (@) { #{{{
}
elsif ($key eq 'redir') {
my $safe=0;
- if ($value
=~ /^$config{wiki_link_regexp}$
/) {
+ if ($value
!~ /^\w+:\/\/
/) {
my $link=bestlink($page, $value);
if (! length $link) {
return "[[meta ".gettext("redir page not found")."]]";