aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-28 23:11:40 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-28 23:11:40 +0000
commit99261148fe12255b5825a4d07d754424ee876c78 (patch)
tree57115d3c6f4d2c3bdb32c0a901f4abc96996b93c
parentad78b73fb09a3d0570a852bf2e67e5215c78560f (diff)
downloadikiwiki-99261148fe12255b5825a4d07d754424ee876c78.tar
ikiwiki-99261148fe12255b5825a4d07d754424ee876c78.tar.gz
fix
-rw-r--r--IkiWiki.pm2
-rw-r--r--doc/bugs/wikilink_in_table.mdwn2
2 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 6d89adddf..0c1df8b47 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -39,7 +39,7 @@ sub defaultconfig () { #{{{
wiki_link_regexp => qr{
\[\[ # beginning of link
(?:
- ([^\]\|\n]+) # 1: link text
+ ([^\]\|\n]+) # 1: link text
\| # followed by '|'
)? # optional
diff --git a/doc/bugs/wikilink_in_table.mdwn b/doc/bugs/wikilink_in_table.mdwn
index 05b1d519e..4d646385f 100644
--- a/doc/bugs/wikilink_in_table.mdwn
+++ b/doc/bugs/wikilink_in_table.mdwn
@@ -29,4 +29,4 @@ Please click edit to see unrendered text. First, it is not monospace-d (I have
Am I doing something wrong ?
> See above for the right way to do it. Note that I also fixed a minor bug
-> in ikiwiki that makes it not display the opening `[[` above. --[[Joey]]
+> in ikiwiki to allow this. --[[Joey]]