Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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>

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [1214]) Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandez

Note: See TracTickets for help on using tickets.
Back to Top