Author: adrian
Date: 2007-03-27 17:30:59 -0500 (Tue, 27 Mar 2007)
New Revision: 4834
Modified:
django/trunk/docs/templates.txt
Log:
Fixed #3814 -- Fixed HTML typo in docs/templates.txt regroup section. Thanks,
[EMAIL PROTECTED]
Modified: django/trunk/docs/templates.txt
===================================================================
--- django/trunk/docs/templates.txt 2007-03-27 22:18:52 UTC (rev 4833)
+++ django/trunk/docs/templates.txt 2007-03-27 22:30:59 UTC (rev 4834)
@@ -737,6 +737,7 @@
<li>{{ item }}</li>
{% endfor %}
</ul>
+ </li>
{% endfor %}
</ul>
@@ -987,7 +988,7 @@
* ``36.15`` gets converted to ``36.2``
* ``36`` gets converted to ``36``
-If used with a numeric integer argument, ``floatformat`` rounds a number to
that
+If used with a numeric integer argument, ``floatformat`` rounds a number to
that
many decimal places. For example:
* ``36.1234`` with floatformat:3 gets converted to ``36.123``
@@ -1000,7 +1001,7 @@
* ``36.1234`` with floatformat:-3 gets converted to ``36.123``
* ``36`` with floatformat:-4 gets converted to ``36``
-Using ``floatformat`` with no argument is equivalent to using ``floatformat``
with
+Using ``floatformat`` with no argument is equivalent to using ``floatformat``
with
an argument of ``-1``.
get_digit
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---