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 },