diff --git a/django/contrib/comments/templatetags/comments.py b/django/contrib/comments/templatetags/comments.py index 9f8180ab08..876c55500f 100644 --- a/django/contrib/comments/templatetags/comments.py +++ b/django/contrib/comments/templatetags/comments.py @@ -248,7 +248,7 @@ def comment_form_target(): Example:: -
+ """, mimetype="text/html") return resp diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt index 880be34101..13442012ac 100644 --- a/docs/ref/contrib/comments/index.txt +++ b/docs/ref/contrib/comments/index.txt @@ -157,7 +157,7 @@ you can use in the template:: A complete form might look like:: {% get_comment_form for event as form %} -