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 %} {% for plugin in plugins %}
<tr> <tr>
<td><b>{{ plugin.name }}</b><br> <td><b>{{ plugin.name }}</b><br>
<small>{{ plugin.description }}</small> <small>{{ plugin.description|raw }}</small>
</td> </td>
<td>{{ plugin.version }}</td> <td>{{ plugin.version }}</td>
<td><b>{{ plugin.author }}</b><br> <td><b>{{ plugin.author }}</b><br>