summaryrefslogtreecommitdiff
path: root/docs/csrf.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-07-27 18:34:21 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-07-27 18:34:21 +0000
commitb1c0dc5a017f2464d5d77878b192beea9e278c53 (patch)
treea54473d0de5330cc091e9ad189f9cbb09311bbc3 /docs/csrf.txt
parent633ed5c4c957ca2cd9adc281f7133bf639bd4f19 (diff)
Normalized the use of "JavaScript" in the documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/csrf.txt')
-rw-r--r--docs/csrf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/csrf.txt b/docs/csrf.txt
index 8d56e2f5db..ba04fa67cd 100644
--- a/docs/csrf.txt
+++ b/docs/csrf.txt
@@ -64,7 +64,7 @@ a custom authentication system that manually sets cookies and the like,
it won't help you.
If your app creates HTML pages and forms in some unusual way, (e.g.
-it sends fragments of HTML in javascript document.write statements)
+it sends fragments of HTML in JavaScript document.write statements)
you might bypass the filter that adds the hidden field to the form,
in which case form submission will always fail. It may still be possible
to use the middleware, provided you can find some way to get the