aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki')
-rw-r--r--bn_django/git_wiki/templates/git_wiki/commit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/git_wiki/templates/git_wiki/commit.html b/bn_django/git_wiki/templates/git_wiki/commit.html
index 82aace4..e99d553 100644
--- a/bn_django/git_wiki/templates/git_wiki/commit.html
+++ b/bn_django/git_wiki/templates/git_wiki/commit.html
@@ -28,7 +28,7 @@
<b>Committer Date: </b>
{{ commit.committer_date }}<br />
{% if commit.pretty_diff %}
- <pre class="large">{{ commit.pretty_diff}}</pre>
+ <pre class="large">{{ commit.pretty_diff|safe}}</pre>
{% else %}
{% if commit.rawdiff %}
<pre class="large">{{ commit.rawdiff }}</pre>