Missing concat dot.

This commit is contained in:
Michel Fortin 2012-10-04 20:09:05 -04:00
parent d1c16bef1a
commit 696c435eeb

View file

@ -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.