summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
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'
);