Fix runtime page display

This commit is contained in:
cuom1999 2022-11-20 12:34:47 -06:00
parent 26baaa113b
commit 152913f916

View file

@ -46,9 +46,7 @@
<code>{{ runtime_versions(language.runtime_versions()) }}</code>
{% if language.description %}
<div class="content-description">
{% cache 86400 'language_html' language.id %}
{{ language.description|markdown }}
{% endcache %}
{{ language.description|markdown|safe }}
</div>
{% endif %}
</td>