aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.js
diff options
context:
space:
mode:
Diffstat (limited to 'xP/public/xP.js')
-rw-r--r--xP/public/xP.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/xP/public/xP.js b/xP/public/xP.js
index 144647e..cbc37d7 100644
--- a/xP/public/xP.js
+++ b/xP/public/xP.js
@@ -478,7 +478,7 @@ let Content = {
style.color = palette[fg]
if (bg >= 0)
style.backgroundColor = palette[bg]
- if (style)
+ for (const _ in style)
return style
},