Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#17630 closed Bug (invalid)

<p> tag not closed properly

Reported by: kolba329 Owned by: nobody
Component: contrib.comments Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In django.contrib.comments, the preview.html template has a <p> tag that is '<p' instead. You can see it here:
https://code.djangoproject.com/browser/django/trunk/django/contrib/comments/templates/comments/preview.html#L24

I think browsers are catching and properly displaying the page anyways, but just good to fix.

Hope this helps.

Change History (2)

comment:1 by Alex Gaynor, 12 years ago

Resolution: invalid
Status: newclosed

If you look closely, you'll see that it is closed on line 26.

comment:2 by kolba329, 12 years ago

You're right, i missed that, sorry

Note: See TracTickets for help on using tickets.
Back to Top