Display plugin.description as raw

This commit is contained in:
slawkens 2020-02-10 22:49:26 +01:00
parent c20183c547
commit d252138867

View File

@ -21,7 +21,7 @@
{% for plugin in plugins %}
<tr>
<td><b>{{ plugin.name }}</b><br>
<small>{{ plugin.description }}</small>
<small>{{ plugin.description|raw }}</small>
</td>
<td>{{ plugin.version }}</td>
<td><b>{{ plugin.author }}</b><br>
@ -49,4 +49,4 @@
$(function () {
$('#tb_plugins').DataTable()
})
</script>
</script>