Author: gabrielhurley
Date: 2011-04-18 16:15:28 -0700 (Mon, 18 Apr 2011)
New Revision: 16042

Modified:
   django/trunk/docs/ref/templates/builtins.txt
Log:
Fixed #15843 -- removed an extraneous quotation mark in the template tag docs. 
Thanks to Titan, Jer-ming Lin for the report.


Modified: django/trunk/docs/ref/templates/builtins.txt
===================================================================
--- django/trunk/docs/ref/templates/builtins.txt        2011-04-18 21:59:20 UTC 
(rev 16041)
+++ django/trunk/docs/ref/templates/builtins.txt        2011-04-18 23:15:28 UTC 
(rev 16042)
@@ -666,7 +666,7 @@
 
 You can pass additional context to the template using keyword arguments::
 
-    {% include "name_snippet.html" with person="Jane" greeting="Hello" "%}
+    {% include "name_snippet.html" with person="Jane" greeting="Hello" %}
 
 If you want to only render the context with the variables provided (or even
 no variables at all), use the ``only`` option::

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to