projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5b0a3
)
typo
author
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 19:12:23 +0000
(15:12 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 19:12:23 +0000
(15:12 -0400)
IkiWiki/CGI.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/CGI.pm
b/IkiWiki/CGI.pm
index bdd190d4b035cb986ef500e2f0af6e5226a7b7e6..68226725b758bf82b4dc23701d89efa6e88f2f37 100644
(file)
--- a/
IkiWiki/CGI.pm
+++ b/
IkiWiki/CGI.pm
@@
-72,7
+72,7
@@
sub absurl ($$) {
my $q=shift;
eval q{use URI};
- return URI->new_abs($partialurl, $q);
+ return URI->new_abs($partialurl, $q
->url
);
}
sub redirect ($$) {