From ec604facdba26c295e36cb15c0e119b9e8d318b3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 22 May 2016 13:08:19 -0700 Subject: [PATCH] Fixed bug in showing html references line. bugrecord.py --- bugxml/bugrecord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugxml/bugrecord.py b/bugxml/bugrecord.py index 35eaaf95..905c7816 100644 --- a/bugxml/bugrecord.py +++ b/bugxml/bugrecord.py @@ -232,7 +232,7 @@ class bugrecord: txt += [t] #MULTI - t = paralines("references",s) + t = paralines("references",self._references) txt += [t] s,inp= xmlize(self._gitfixid,'y',inpre)