aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-06 07:52:36 -0500
committerJoey Hess <joey@kitenet.net>2008-03-06 07:52:36 -0500
commitda9bf8df555465ab6ec79495239b78995e47939f (patch)
treec60d02fabd025c14d68ba46812442d2ab8419659 /doc
parent2404ce0ddd3482f24d62ca1d7ef948ae6db0c6a0 (diff)
downloadikiwiki-da9bf8df555465ab6ec79495239b78995e47939f.tar
ikiwiki-da9bf8df555465ab6ec79495239b78995e47939f.tar.gz
web commit by bremner: answer one of my own questions
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/sourcehighlight.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn
index 8f302b7f6..f5628052d 100644
--- a/doc/plugins/contrib/sourcehighlight.mdwn
+++ b/doc/plugins/contrib/sourcehighlight.mdwn
@@ -12,5 +12,5 @@ highlight
- I would like to have a link to the raw source; I'm not quite sure how to manage this at them moment.
- the common case of foo.c and foo.h breaks
-because they both generate page working/dir/foo. Is there some way to change the default output name?
-
+because they both generate page working/dir/foo.
+It looks to me like ikiwiki is hardcoded to strip the extension in `pagename()` (IkiWiki.pm).