diff options
-rw-r--r-- | poezio/xhtml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/xhtml.py b/poezio/xhtml.py index 29df520d..890c4f66 100644 --- a/poezio/xhtml.py +++ b/poezio/xhtml.py @@ -431,7 +431,7 @@ class XHTMLHandler(ContentHandler): if 'href' in attrs and attrs['href'] != link_text: builder.append(' (%s)' % _trim(attrs['href'])) elif name == 'blockquote': - builder.append('”') + builder.append('”\n') elif name in ('cite', 'em', 'strong'): self.pop_formatting() elif name in ('ol', 'p', 'ul'): |