summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-06 20:00:44 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-06 20:02:25 -0800
commit1bcfef8be8064cd85c9ab260bfddf0032d568c51 (patch)
treea56d5cfd3ccfdee39d454bdc675bf7664092261d /IkiWiki.pm
parentf3efacb16d1292735d5107050271edba35599233 (diff)
Allow whitespace in page names.
Spaces in page names map to underscores in file names. Newlines and tabs follow ikiwiki's usual filename escaping rules: __10__ and __9__.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index ca75d885b..a81dcfd6e 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -44,7 +44,7 @@ sub defaultconfig () { #{{{
\| # followed by '|'
)? # optional
- ([^\s\]#]+) # 2: page to link to
+ ([^\]#]+) # 2: page to link to
(?:
\# # '#', beginning of anchor
([^\s\]]+) # 3: anchor text