# # # patch "viewmtn.py" # from [865eb1f4de92304160c0b28ef616299dcdb8d799] # to [0a1db513b54d312b1086acd1d14804efb2170fb9] # ============================================================ --- viewmtn.py 865eb1f4de92304160c0b28ef616299dcdb8d799 +++ viewmtn.py 0a1db513b54d312b1086acd1d14804efb2170fb9 @@ -84,7 +84,7 @@ if not from_id: continue else: - value = "(this stanza type is not explicitly rendered; please report this.)\n%s" % hq(stanza) + value = "(this stanza type is not explicitly rendered; please report this.)\n%s" % hq(str(stanza)) if description != None: yield stanza_type, description, value