diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index 4477f6bb83..418a3136ae 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -719,7 +719,7 @@ like: Jump directly to {{ title }}. 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