#780 closed defect (fixed)
wrong closing tag in an example of the modpython documentation
Reported by: | jhernandez | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the Serving media file section of the modpython documentation the following example has a wrong closing tag:
<LocationMatch "\.(jpg|gif|png)$"> SetHandler None </Location>
The correct tag is </LocationMatch>
Note:
See TracTickets
for help on using tickets.
(In [1214]) Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandez