Opened 18 years ago
Closed 18 years ago
#3106 closed defect (fixed)
[patch] fix variable name typo in sitemap app
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Contrib apps | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Fix sitemap -> sitemap_url typo.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | django_sitemap.diff added |
---|
comment:1 by , 18 years ago
Summary: | fix variable name typo in sitemap app → [patch] fix variable name typo in sitemap app |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4169]) Fixed #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam.