Author: adrian
Date: 2009-02-21 02:43:35 -0600 (Sat, 21 Feb 2009)
New Revision: 9852

Modified:
   django/trunk/docs/ref/templates/builtins.txt
Log:
Fixed #10177 -- Fixed typo in docs/ref/templates/builtins.txt. Thanks, bmjames

Modified: django/trunk/docs/ref/templates/builtins.txt
===================================================================
--- django/trunk/docs/ref/templates/builtins.txt        2009-02-21 08:41:04 UTC 
(rev 9851)
+++ django/trunk/docs/ref/templates/builtins.txt        2009-02-21 08:43:35 UTC 
(rev 9852)
@@ -1184,7 +1184,7 @@
 
     {{ value|linebreaks }}
 
-If ``value`` is ``Joel\nis a slug``, the output will be ``<p>Joel<br>is a
+If ``value`` is ``Joel\nis a slug``, the output will be ``<p>Joel<br />is a
 slug</p>``.
 
 .. templatefilter:: linebreaksbr


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

Reply via email to