Author: ubernostrum
Date: 2008-09-01 18:57:55 -0500 (Mon, 01 Sep 2008)
New Revision: 8828
Modified:
django/trunk/docs/howto/custom-template-tags.txt
Log:
Fixed #8757: Corrected formatting of inclusion tag example
Modified: django/trunk/docs/howto/custom-template-tags.txt
===================================================================
--- django/trunk/docs/howto/custom-template-tags.txt 2008-09-01 23:18:42 UTC
(rev 8827)
+++ django/trunk/docs/howto/custom-template-tags.txt 2008-09-01 23:57:55 UTC
(rev 8828)
@@ -719,7 +719,7 @@
Jump directly to <a href="{{ link }}">{{ title }}</a>.
Then, any time you want to use that custom tag, load its library and call it
-without any arguments, like so::
+without any arguments, like so:
.. code-block:: html+django
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---