From a008b5c9abae582ca31578ff7d6842d0d6b00e27 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 3 Feb 2009 03:13:13 +0000 Subject: [PATCH] Corrected code block in apache auth docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9806 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/apache-auth.txt | 4 ++-- 1 file 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