From 8dce37b90c36c849e428cab6db9e883cf0cd21a4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 4 Jan 2009 11:45:10 -0800 Subject: un-escaped some html with |safe --- bn_django/git_wiki/templates/git_wiki/commit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bn_django/git_wiki') 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 @@ Committer Date: {{ commit.committer_date }}
{% if commit.pretty_diff %} -
{{ commit.pretty_diff}}
+
{{ commit.pretty_diff|safe}}
{% else %} {% if commit.rawdiff %}
{{ commit.rawdiff }}
-- cgit v1.2.3