diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-13 16:14:14 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-13 16:14:14 +0000 |
| commit | b40952b0a106a035b21505e41d936c54b2ce73cf (patch) | |
| tree | 1d025521c7e401c17cc4a26ece0db67ccda86f98 /docs/modpython.txt | |
| parent | 3273c981f8d370ce6ccc6cbd8a20fea4f9d64de0 (diff) | |
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
Diffstat (limited to 'docs/modpython.txt')
| -rw-r--r-- | docs/modpython.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt index 734998c9da..c444a292ef 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -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/ |
