summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/csrf.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-03-22 05:50:45 -0400
committerTim Graham <timograham@gmail.com>2013-03-22 13:50:07 -0400
commit93cffc3b37d7ef7a20c53f9001f0451a37be7584 (patch)
tree3ab1e3e2f6dc0665907d0ad7d1ff74bd96e8b3be /docs/ref/contrib/csrf.txt
parent0df59bc212529a769ab949c2f5884a2817ef85da (diff)
downloaddjango-93cffc3b37d7ef7a20c53f9001f0451a37be7584.tar.gz
Added missing markup to docs.
Diffstat (limited to 'docs/ref/contrib/csrf.txt')
-rw-r--r--docs/ref/contrib/csrf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index 14522d8dbc..968ef0b07b 100644
--- a/docs/ref/contrib/csrf.txt
+++ b/docs/ref/contrib/csrf.txt
@@ -181,7 +181,7 @@ protecting the CSRF token from being sent to other domains.
correctly on that version. Make sure you are running at least jQuery 1.5.1.
You can use `settings.crossDomain <http://api.jquery.com/jQuery.ajax>`_ in
-jQuery 1.5 and newer in order to replace the `sameOrigin` logic above:
+jQuery 1.5 and newer in order to replace the ``sameOrigin`` logic above:
.. code-block:: javascript