0
0
mirror of https://github.com/django/django.git synced 2024-11-30 15:10:46 +01:00

Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandez

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-13 16:14:14 +00:00
parent 3273c981f8
commit b40952b0a1

View File

@ -149,7 +149,7 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or
<LocationMatch "\.(jpg|gif|png)$">
SetHandler None
</Location>
</LocationMatch>
.. _lighttpd: http://www.lighttpd.net/