aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/file.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/templates/file.html')
-rw-r--r--pyenc/templates/file.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyenc/templates/file.html b/pyenc/templates/file.html
index 19bc811..84b9e86 100644
--- a/pyenc/templates/file.html
+++ b/pyenc/templates/file.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>File ‘{{ title }}’</h1>
-<pre>{{ content }}</pre>
+<pre class="highlight">{{ content|safe }}</pre>
{% endblock %}
{# ft:jinja #}