#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.
Note:
See TracTickets
for help on using tickets.
If you look closely, you'll see that it is closed on line 26.