fix description variables

This commit is contained in:
ghost 2023-12-23 08:18:25 +02:00
parent 6c775f822c
commit e780c5b4b5

View File

@ -239,7 +239,7 @@
</td> </td>
<td> <td>
{# strip all tags then apply whitelist markdown filters to prevent ping from remote #} {# strip all tags then apply whitelist markdown filters to prevent ping from remote #}
{{ file.comment | trim | striptags | url_to_markdown | markdown_to_html | nl2br }} {{ file.source | trim | striptags | url_to_markdown | markdown_to_html | nl2br }}
</td> </td>
</tr> </tr>
{% endif %} {% endif %}
@ -250,7 +250,7 @@
</td> </td>
<td> <td>
{# strip all tags then apply whitelist markdown filters to prevent ping from remote #} {# strip all tags then apply whitelist markdown filters to prevent ping from remote #}
{{ file.comment | trim | striptags | url_to_markdown | markdown_to_html | nl2br }} {{ file.software | trim | striptags | url_to_markdown | markdown_to_html | nl2br }}
</td> </td>
</tr> </tr>
{% endif %} {% endif %}