Skip to content

Commit

Permalink
FS#1949
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris--S committed Jun 27, 2010
1 parent 1a93c67 commit 13ebcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/parser/parser.php
Expand Up @@ -413,8 +413,8 @@ function Doku_Parser_Mode_listblock() {
}

function connectTo($mode) {
$this->Lexer->addEntryPattern('\n {2,}[\-\*]',$mode,'listblock');
$this->Lexer->addEntryPattern('\n\t{1,}[\-\*]',$mode,'listblock');
$this->Lexer->addEntryPattern('[ \t]*\n {2,}[\-\*]',$mode,'listblock');
$this->Lexer->addEntryPattern('[ \t]*\n\t{1,}[\-\*]',$mode,'listblock');

$this->Lexer->addPattern('\n {2,}[\-\*]','listblock');
$this->Lexer->addPattern('\n\t{1,}[\-\*]','listblock');
Expand Down

0 comments on commit 13ebcbe

Please sign in to comment.