mirror of
https://github.com/django/django.git
synced 2025-03-01 04:04:54 +00:00
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:
parent
4e76727fec
commit
876a3ed602
@ -8,7 +8,7 @@
|
||||
|
||||
<h1>{{ name }}</h1>
|
||||
|
||||
<h2 class="subhead">{{ summary|escape }}</h2>
|
||||
<h2 class="subhead">{{ summary }}</h2>
|
||||
|
||||
<p>{{ body }}</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user