1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

Fixed #2411 -- Fixed some XHTML validation errors in admindocs pages. Thanks to James Wheare for the report and to Simon Greenhill for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14920 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales
2010-12-16 12:11:20 +00:00
parent 689234890c
commit 87315cc22d
4 changed files with 7 additions and 7 deletions

View File

@@ -853,7 +853,7 @@ def do_if(parser, token):
{% endif %}
Comparison operators are also available, and the use of filters is also
allowed, for example:
allowed, for example::
{% if articles|length >= 5 %}...{% endif %}