Fixed bug in showing html references line.

bugrecord.py
This commit is contained in:
David Anderson
2016-05-22 13:08:19 -07:00
parent a230959ded
commit ec604facdb

View File

@@ -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)