This commit is contained in:
lvmin
2023-09-10 00:35:25 -07:00
parent fe093c48fd
commit 75b8718ed4
4 changed files with 20 additions and 11 deletions
+2
View File
@@ -968,5 +968,7 @@ def apply_style_negative(style, txt):
p, n = styles.get(style, default_style)
if n == '':
return txt
elif txt == '':
return n
else:
return n + ', ' + txt