mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Display plugin.description as raw
This commit is contained in:
parent
c20183c547
commit
d252138867
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user