projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b216f42
)
oops
author
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 19:43:03 +0000
(15:43 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 19:43:03 +0000
(15:43 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 3a4cfd5e730cd7fc04a14a94d8a3fbd71f053fc5..e963471e41c766d1ddfb92c9f54c282acf57b7b5 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-1931,7
+1931,7
@@
sub misctemplate ($$;@) {
title => $title,
wikiname => $config{wikiname},
content => $content,
- baseurl => $config{url},
+ baseurl => $config{url}
.'/'
,
html5 => $config{html5},
%params,
);