Colors/boxes don't show when using the Alert and Panel Header container in a widget in the Global Header
-
Any idea why? This is the code that got inserted when I dragged the alert container over, but it still just shows my text on a white background:
<div class="alert ui-draggable-handle alert-warning">{{body\}}</div>
I'm on 1.10.x, personna theme, cerulean skin.
-
Remove the backslash between
body
and}}
. Also, removeui-draggable-handle
while you're at it.This was recently fixed on master, should be released soon.
Copyright © 2024 NodeBB | Contributors