]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix urlto(undef)
authorJoey Hess <joey@kitenet.net>
Wed, 5 Jan 2011 22:08:03 +0000 (18:08 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 5 Jan 2011 22:08:03 +0000 (18:08 -0400)
IkiWiki/CGI.pm

index 30d108a81ca7be4bac8081040dbb1a5608f1436c..f8617bfc63ca63f51a8f51c135c96641947faf7d 100644 (file)
@@ -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,
        );