Commit a008b5c9 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Corrected code block in apache auth docs.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 8f410a57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ 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