diff --git a/bugxml/bugrecord.py b/bugxml/bugrecord.py index 5078b08e..8dbd7ed9 100755 --- a/bugxml/bugrecord.py +++ b/bugxml/bugrecord.py @@ -276,7 +276,7 @@ class bugrecord: l = main.strip() if len(l) > 0: out += l - out += term + "\n" + out += term return out def paraxmlN(self, start, main, term): @@ -288,7 +288,7 @@ class bugrecord: t, inpre = xmlize(l, "n", inpre) if len(t) > 0: out += t - out += term + "\n" + out += term return out def generate_xml(self):