mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-20 22:30:07 +08:00
Fixed bug in showing html references line.
bugrecord.py
This commit is contained in:
@@ -232,7 +232,7 @@ class bugrecord:
|
|||||||
txt += [t]
|
txt += [t]
|
||||||
|
|
||||||
#MULTI
|
#MULTI
|
||||||
t = paralines("references",s)
|
t = paralines("references",self._references)
|
||||||
txt += [t]
|
txt += [t]
|
||||||
|
|
||||||
s,inp= xmlize(self._gitfixid,'y',inpre)
|
s,inp= xmlize(self._gitfixid,'y',inpre)
|
||||||
|
Reference in New Issue
Block a user