﻿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
28314	Quote error in static tag documentation	Christian González	nobody	"On https://docs.djangoproject.com/en/dev/howto/static-files/, ""Configuring static files"", 3. in the example, there is a template line:

{{{
<img src=""{% static ""my_app/example.jpg"" %}"" alt=""My image""/>
}}}

This is not working, as the "" are set wrong. What would work is using single quotes for the inner string:
{{{
<img src=""{% static 'my_app/example.jpg' %}"" alt=""My image""/>
}}}"	Bug	closed	Documentation	1.11	Normal	invalid			Unreviewed	0	0	0	0	1	0
