summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates/admin_doc
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-26 11:58:56 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-26 11:58:56 +0000
commit876a3ed602a740e816ebd48868f4bc5ff75f52b6 (patch)
treeb6d9ffded3188854dae6c9a31331b15acaa67f20 /django/contrib/admin/templates/admin_doc
parent4e76727fec2fa898314b4525a39ce995692f2a78 (diff)
Fixed #2587 -- Removed some escaping from the summary fields.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/templates/admin_doc')
-rw-r--r--django/contrib/admin/templates/admin_doc/view_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin_doc/view_detail.html b/django/contrib/admin/templates/admin_doc/view_detail.html
index ed90657361..ba90399358 100644
--- a/django/contrib/admin/templates/admin_doc/view_detail.html
+++ b/django/contrib/admin/templates/admin_doc/view_detail.html
@@ -8,7 +8,7 @@
<h1>{{ name }}</h1>
-<h2 class="subhead">{{ summary|escape }}</h2>
+<h2 class="subhead">{{ summary }}</h2>
<p>{{ body }}</p>