X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonstat%2Futil.py;h=08a173146690ee1326a6484d8aebef4cb15ce413;hb=87688aacf18b4f6696a778dc00515f0af6611c87;hp=e2d4e5eb4d6e8bc04dd12fd1c95d34cffb31ba75;hpb=1cb90e64885b3fd29a851efc6f55bcdbd7e5cc2e;p=xonotic%2Fxonstat.git diff --git a/xonstat/util.py b/xonstat/util.py index e2d4e5e..08a1731 100755 --- a/xonstat/util.py +++ b/xonstat/util.py @@ -78,6 +78,7 @@ def strip_colors(qstr=''): def html_colors(qstr=''): + qstr = qfont_decode(qstr) def dec_repl(match): return _dec_spans[int(match.group(1))] qstr = qstr.replace('^^', '^')