diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 00:22:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 00:22:25 -0400 |
commit | 246db0f234f16f57d28a8639be36f7e5dfc598ad (patch) | |
tree | 1cfcc46c896a568d39e18b93a4f554bcb7340f8a | |
parent | 951dc083f9c5f849ad54cf90a8e51065bbee9372 (diff) | |
download | ikiwiki-246db0f234f16f57d28a8639be36f7e5dfc598ad.tar ikiwiki-246db0f234f16f57d28a8639be36f7e5dfc598ad.tar.gz |
whitespace
-rw-r--r-- | IkiWiki.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 6a1823c5a..063cef8e0 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -826,7 +826,8 @@ sub preprocess ($$$;$$) { #{{{ *)? # 0 or more parameters \]\] # directive closed }sx; - } else { + } + else { $regex = qr{ (\\?) # 1: escape? \[\[(!?) # directive open; 2: optional prefix |