Skip to content

Commit

Permalink
Fixed issue with <br/> tag with no space before the "/".
Browse files Browse the repository at this point in the history
  • Loading branch information
michelf committed Jan 2, 2012
1 parent 1faa8f2 commit 0ab5f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions markdown.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1520,6 +1520,7 @@ function parseSpan($str) {
\s \s
(?>[^"\'>]+|"[^"]*"|\'[^\']*\')* (?>[^"\'>]+|"[^"]*"|\'[^\']*\')*
)? )?
/?
> >
').' ').'
) )
Expand Down

0 comments on commit 0ab5f63

Please sign in to comment.