diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-09 07:05:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-09 07:06:43 -0400 |
| commit | 9cfcdd03e3bee661705d9348596db2ff90740ab7 (patch) | |
| tree | 98b0e4624273429712228ed8957b9781fb5159ed /docs | |
| parent | 7d3418c9cd00acc32e01aa42c2bf226bf795b39c (diff) | |
[1.6.x] Fixed typo in docs/howto/custom-template-tags.txt
Backport of 63f2dd4ad774d39fc7bbe05492d30efc45e4e7a9 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-template-tags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index 8ad7624bea..abfa50f0df 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -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 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 order to make things easier for your template authors. |
