Skip to content

Commit c07c087

Browse files
committed
Update panel.twig
1 parent 3f1cc3c commit c07c087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/partials/panel.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="px-4 py-1.5">
3939
<div class="flex items-center justify-between gap-4">
4040
<div class="text-xs font-semibold text-gray-600 dark:text-gray-300">{{ value is iterable ? value[0] : name }}</div>
41-
<div class="text-sm font-semibold text-gray-900 dark:text-white">{{ (value is iterable ? value[1] : value)|raw }}</div>
41+
<div class="text-sm font-semibold text-gray-900 dark:text-white">{{ value is iterable ? value[1] : value }}</div>
4242
</div>
4343

4444
{% if value[2] is not null %}

0 commit comments

Comments
 (0)