diff markup/output.py @ 140:c1f4390d50f8 trunk

Fix bug in HTML serializer, plus some other minor tweaks.
author cmlenz
date Wed, 09 Aug 2006 21:00:15 +0000
parents b86f496f6035
children 520a5b7dd6d2
line wrap: on
line diff
--- a/markup/output.py
+++ b/markup/output.py
@@ -291,8 +291,8 @@
                         if kind is not END:
                             stream.pushback((kind, data, pos))
 
-                buf += ['>']
-                yield Markup(''.join(buf))
+                    buf += ['>']
+                    yield Markup(''.join(buf))
 
             elif kind is END:
                 tag = data
Copyright (C) 2012-2017 Edgewall Software