Missing concat dot.
This commit is contained in:
parent
d1c16bef1a
commit
696c435eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ class Markdown_Parser {
|
|||
$block_tags_a_re = 'ins|del';
|
||||
$block_tags_b_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|'.
|
||||
'script|noscript|form|fieldset|iframe|math|svg|'.
|
||||
'article|section|nav|aside|hgroup|header|footer|'
|
||||
'article|section|nav|aside|hgroup|header|footer|'.
|
||||
'figure';
|
||||
|
||||
# Regular expression for the content of a block tag.
|
||||
|
|
|
|||
Loading…
Reference in a new issue