We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1cc3c commit c07c087Copy full SHA for c07c087
templates/partials/panel.twig
@@ -38,7 +38,7 @@
38
<div class="px-4 py-1.5">
39
<div class="flex items-center justify-between gap-4">
40
<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>
+ <div class="text-sm font-semibold text-gray-900 dark:text-white">{{ value is iterable ? value[1] : value }}</div>
42
</div>
43
44
{% if value[2] is not null %}
0 commit comments