From 696c435eebef3885836ca4c4de147de7702675ea Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Thu, 4 Oct 2012 20:09:05 -0400 Subject: [PATCH] Missing concat dot. --- markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown.php b/markdown.php index 64e3cf2..f41ba42 100644 --- a/markdown.php +++ b/markdown.php @@ -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.