Fix runtime page display
This commit is contained in:
parent
26baaa113b
commit
152913f916
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue