diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 14:14:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 14:27:42 -0400 |
commit | 9ec9d6901d444af48555abf7b4c26d1965c46017 (patch) | |
tree | 3139a86f4dcffaea5d90c6120b8b1d25edbc07e6 /doc/index | |
parent | bfab23ce33c86f03bff6fb5c36f7bf082fe2cbcf (diff) | |
download | ikiwiki-9ec9d6901d444af48555abf7b4c26d1965c46017.tar ikiwiki-9ec9d6901d444af48555abf7b4c26d1965c46017.tar.gz |
Export pagetitle, titlepage, linkpage.
Diffstat (limited to 'doc/index')
-rw-r--r-- | doc/index/discussion.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index e9993f512..89e12e6c2 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -411,7 +411,7 @@ I'm sure that this is documented somewhere but I've ransacked the wiki and I can > The default `wiki_file_regexp` matches filenames containing only > `[-[:alnum:]_.:/+]` > -> The IkiWiki::titlepage() function will convert freeform text to a valid +> The titlepage() function will convert freeform text to a valid > page name. See [[todo/should_use_a_standard_encoding_for_utf_chars_in_filenames]] > for an example. --[[Joey]] |