diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-02-03 03:15:25 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-02-03 03:15:25 +0000 |
| commit | 5d417c44b71d038b1be3174e61dc9a58159616a4 (patch) | |
| tree | 566dcfbc8be4c7b9461c46a6efc3a7453876755b /docs | |
| parent | 8a1b24cc42ffa8278af6c3eddc1515747bd14ad4 (diff) | |
[1.0.X] Corrected code block in apache auth docs.
Backport of r9806 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/apache-auth.txt | 4 |
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 |
