diff markup/output.py @ 213:13d2d4420628 trunk

Store original message in exceptions as `msg` ivar.
author cmlenz
date Thu, 31 Aug 2006 08:49:37 +0000
parents 0141f45c18e1
children ebceef564b79
line wrap: on
line diff
--- a/markup/output.py
+++ b/markup/output.py
@@ -347,7 +347,7 @@
 
                     if kind is EMPTY:
                         if tagname not in empty_elems:
-                            buf.append('</%s>' % tagname)
+                            buf += ['</%s>' % tagname]
 
                     yield Markup(''.join(buf))
 
Copyright (C) 2012-2017 Edgewall Software