Fixed issue with <br/> tag with no space before the "/".

This commit is contained in:
Michel Fortin 2012-01-02 10:19:49 -05:00
parent 1faa8f2198
commit 0ab5f63779

View file

@ -1520,6 +1520,7 @@ class Markdown_Parser {
\s
(?>[^"\'>]+|"[^"]*"|\'[^\']*\')*
)?
/?
>
').'
)