mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +00:00
fix description variables
This commit is contained in:
parent
6c775f822c
commit
e780c5b4b5
1 changed files with 2 additions and 2 deletions
|
|
@ -239,7 +239,7 @@
|
|||
</td>
|
||||
<td>
|
||||
{# 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>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
@ -250,7 +250,7 @@
|
|||
</td>
|
||||
<td>
|
||||
{# 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>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue