mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-19 20:33:03 +08:00
Fixed bug in showing html references line.
bugrecord.py
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user