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
This commit is contained in:
Malcolm Tredinnick 2006-09-26 11:58:56 +00:00
parent 4e76727fec
commit 876a3ed602
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<h1>{{ name }}</h1>
<h2 class="subhead">{{ summary|escape }}</h2>
<h2 class="subhead">{{ summary }}</h2>
<p>{{ body }}</p>