From 8775c1793045598d80f7985daef42d8301e8dfc4 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sun, 6 Jan 2008 22:09:16 +0000 Subject: [PATCH] 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 --- docs/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~~~~~~