projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4391c41
)
fix urlto(undef)
author
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 22:08:03 +0000
(18:08 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 22:08:03 +0000
(18:08 -0400)
IkiWiki/CGI.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/CGI.pm
b/IkiWiki/CGI.pm
index 30d108a81ca7be4bac8081040dbb1a5608f1436c..f8617bfc63ca63f51a8f51c135c96641947faf7d 100644
(file)
--- a/
IkiWiki/CGI.pm
+++ b/
IkiWiki/CGI.pm
@@
-79,7
+79,7
@@
sub cgitemplate ($$$;@) {
title => $title,
wikiname => $config{wikiname},
content => $content,
- baseurl => urlabs(urlto(
undef
), $topurl),
+ baseurl => urlabs(urlto(
""
), $topurl),
html5 => $config{html5},
%params,
);