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:
		| @@ -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 %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user