Django

Code

Ticket #780 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

wrong closing tag in an example of the modpython documentation

Reported by: jhernandez Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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>

Attachments

Change History

11/13/05 10:14:14 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #780 (wrong closing tag in an example of the modpython documentation)




Change Properties
Action