markup.py | raw changeset files shortlog |
1.1 --- a/markup.py Tue Sep 29 00:25:31 2015 +0200 1.2 +++ b/markup.py Tue Sep 29 13:50:30 2015 +0200 1.3 @@ -93,7 +93,7 @@ 1.4 else: 1.5 out = "%s %s" % ( out, key ) 1.6 if between is not None: 1.7 - out = "%s>%s</%s>" % ( out, between, tag ) 1.8 + out = "%s>%s</%s>" % ( out, escape( between ), tag ) 1.9 else: 1.10 if single: 1.11 out = "%s />" % out