﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5890	Fancy quotes in sitemaps sample code	scompt@…	nobody	"The bit of code on http://www.djangoproject.com/documentation/sitemaps/ under the Initialization header that shows you how to add sitemaps to your urls.py file uses fancy quotes.  This means when you copy the line to a text editor, it won't execute properly.

Here's the current line:

{{{ (r’^sitemap.xml$’, ‘django.contrib.sitemaps.views.sitemap’, {‘sitemaps’: sitemaps}) }}}

And here's the same with non-fancy quotes:

{{{ (r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}) }}}"		closed	Documentation	dev		fixed	quotes		Ready for checkin	1	0	0	0	0	0
