fix: Allow desciption to have HTML in plugin output

This commit is contained in:
Nathan Woodburn 2025-02-05 14:39:52 +11:00
parent a568abeb49
commit ab7749ef93
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -64,7 +64,7 @@
</nav> </nav>
<div class="container-fluid" style="margin-bottom: 20px;"> <div class="container-fluid" style="margin-bottom: 20px;">
<h3 class="text-dark mb-1">{{name}}</h3> <h3 class="text-dark mb-1">{{name}}</h3>
<h4 class="text-dark mb-1">{{description}}</h4>{{output|safe}} <h4 class="text-dark mb-1">{{description|safe}}</h4>{{output|safe}}
</div> </div>
</div> </div>
<footer class="sticky-footer" style="background: var(--bs-primary-text-emphasis);"> <footer class="sticky-footer" style="background: var(--bs-primary-text-emphasis);">