﻿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
24025	improve documents	Ahn Jungho	nobody	"This is a line 33 of [https://github.com/django/django/blob/master/docs/howto/static-files/index.txt] 

{{{
<img src=""{% static ""my_app/myexample.jpg"" %}"" alt=""My image""/>
}}}

Double quote includes double quote. I think it is ambiguous.

How about using single quote?

{{{
<img src=""{% static 'my_app/myexample.jpg' %}"" alt=""My image""/>
}}}
 
A line 346 of [https://github.com/django/django/blob/master/docs/ref/contrib/staticfiles.txt] has the same problem.

{{{
<img src=""{% static ""images/hi.jpg"" %}"" alt=""Hi!"" />
}}}"	Uncategorized	closed	Documentation	dev	Normal	worksforme			Unreviewed	0	0	0	0	0	0
