Commit 8775c179 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

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
parent 041e24db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
~~~~~~~~