only show weapon specials if they have a name

This commit is contained in:
Gunter Labes 2009-03-11 13:05:37 +00:00
parent 1d5efb0650
commit d02bea2388

View file

@ -476,7 +476,7 @@ class HTMLOutput:
if sname:
s.append(sname)
s = ", ".join(s)
write(" (%s)" % s)
if s: write(" (%s)" % s)
write("<br />")
write("</div>")