#17630 closed Bug (invalid)
<p> tag not closed properly
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.