summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-04-11 20:27:21 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-04-11 20:27:21 +0200
commit30fe9cd6ab9500856bfe59ad6fcbdf866d80280e (patch)
tree4c23f41f096aaea206ad3824ef82b86611bfa3b7 /inc/parser
parenta6598f23d132cda74f6901383f0d3da7da2efc9c (diff)
downloadrpg-30fe9cd6ab9500856bfe59ad6fcbdf866d80280e.tar.gz
rpg-30fe9cd6ab9500856bfe59ad6fcbdf866d80280e.tar.bz2
releaxed header syntax
darcs-hash:20060411182721-7ad00-0f34803c6228eb2918f0049284e6290a47ce51bd.gz
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/parser.php b/inc/parser/parser.php
index e5a58f336..0465f86bd 100644
--- a/inc/parser/parser.php
+++ b/inc/parser/parser.php
@@ -223,7 +223,7 @@ class Doku_Parser_Mode_header extends Doku_Parser_Mode {
function preConnect() {
//we're not picky about the closing ones, two are enough
$this->Lexer->addSpecialPattern(
- '[ \t]*={2,6}[^\n]+={2,}[ \t]*(?=\n)',
+ '[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)',
'base',
'header'
);