aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2009-01-04 11:45:10 -0800
committerBryan Newbold <bnewbold@animus.robocracy.org>2009-01-04 11:45:10 -0800
commit8dce37b90c36c849e428cab6db9e883cf0cd21a4 (patch)
treeceec3866cbf95f4d2d5018e9a514515cc35898f6 /bn_django/git_wiki
parent979f5901af8410ff138de0aa41013bfb193060d6 (diff)
downloadbnewnet-8dce37b90c36c849e428cab6db9e883cf0cd21a4.tar.gz
bnewnet-8dce37b90c36c849e428cab6db9e883cf0cd21a4.zip
un-escaped some html with |safe
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>