Opened 16 years ago

Closed 16 years ago

#9078 closed (fixed)

Paste-friendly listing in sitemaps docs

Reported by: mo.longman@… Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: mo.longman@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

At http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/#creating-a-sitemap-index there is listing that can be copy-pasted to URLconf for common sites. But there is no "," symbol at line ends.

It is not a bug ot smth, but it can steal several seconds from someone

Change History (1)

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [9026]) Fixed #9078: Added commas to the example URLconf lines so that they can be easily copied and pasted. Thanks to mo.longman@… for the suggestion.

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