diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 02:42:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 02:42:11 +0000 |
commit | 2877f698959f410889f358409eff019be0863331 (patch) | |
tree | a8308dc8ff7364a2a9a82da7299d5c20763acd7f | |
parent | b4a6a97534a9d956844ce112c2d3277c1f8104ae (diff) |
support browserless mode
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ sub finalize ($$) { } $path.="../"; } - $path=~s/\.\.\///; + $path=~s/\.\.\/$/index.html/; $pagelink="<a href=\"$path\">$wikiname/</a> $pagelink"; $content="<html>\n<head><title>$title</title></head>\n<body>\n". |