1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.6.x] Fixed typo in docs/howto/custom-template-tags.txt

Backport of 63f2dd4ad774d39fc7bbe05492d30efc45e4e7a9 from master
This commit is contained in:
Tim Graham 2015-03-09 07:05:49 -04:00
parent 7d3418c9cd
commit 9cfcdd03e3

View File

@ -289,7 +289,7 @@ Template filter code falls into one of two situations:
Be careful, though. You need to do more than just mark the output as Be careful, though. You need to do more than just mark the output as
safe. You need to ensure it really *is* safe, and what you do depends on safe. You need to ensure it really *is* safe, and what you do depends on
whether auto-escaping is in effect. The idea is to write filters than whether auto-escaping is in effect. The idea is to write filters that
can operate in templates where auto-escaping is either on or off in can operate in templates where auto-escaping is either on or off in
order to make things easier for your template authors. order to make things easier for your template authors.