mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Display plugin.description as raw
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user