diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-01-06 22:09:16 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-01-06 22:09:16 +0000 |
| commit | 8775c1793045598d80f7985daef42d8301e8dfc4 (patch) | |
| tree | 844f77a9498bf56875030993716efb1e1916ff6c | |
| parent | 041e24dbde48a38e539f85c378842849f7dc00a1 (diff) | |
Fixed #6330 -- Fixed reST error in templates documentation, thanks `SmileyChris`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/templates.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index c3ed7e5a1c..5b8eb13db0 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1230,7 +1230,7 @@ addslashes Adds slashes before quotes. Useful for escaping strings in CSV, for example. **New in Django development version**: for escaping data in JavaScript strings, -use the `escapejs` filter instead. +use the `escapejs`_ filter instead. capfirst ~~~~~~~~ |
