summaryrefslogtreecommitdiff
path: root/docs/howto/apache-auth.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-02-03 03:13:13 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-02-03 03:13:13 +0000
commita008b5c9abae582ca31578ff7d6842d0d6b00e27 (patch)
treecd5ebcef3d55ecf7f8ec59ae6bc3e48fc6c4e280 /docs/howto/apache-auth.txt
parent8f410a577befddeff8639410a7a85d8e6d1c86e7 (diff)
Corrected code block in apache auth docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/apache-auth.txt')
-rw-r--r--docs/howto/apache-auth.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/apache-auth.txt b/docs/howto/apache-auth.txt
index 585e5b32c4..8fd3da2612 100644
--- a/docs/howto/apache-auth.txt
+++ b/docs/howto/apache-auth.txt
@@ -50,8 +50,8 @@ with the standard ``Auth*`` and ``Require`` directives:
from trying to use other authentication modules, as well as specifying
the ``AuthUserFile`` directive and pointing it to ``/dev/null``. Depending
on which other authentication modules you have loaded, you might need one
- or more of the following directives::
-
+ or more of the following directives:
+
.. code-block:: apache
AuthBasicAuthoritative Off