Author: gabrielhurley
Date: 2011-04-18 16:20:07 -0700 (Mon, 18 Apr 2011)
New Revision: 16043

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

Backport of [16042] from trunk.


Modified: django/branches/releases/1.3.X/docs/ref/templates/builtins.txt
===================================================================
--- django/branches/releases/1.3.X/docs/ref/templates/builtins.txt      
2011-04-18 23:15:28 UTC (rev 16042)
+++ django/branches/releases/1.3.X/docs/ref/templates/builtins.txt      
2011-04-18 23:20:07 UTC (rev 16043)
@@ -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