#16273 closed Cleanup/optimization (fixed)
Missing quotes in "Managing Static Files"
| Reported by: | Bernhard Essl | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In https://docs.djangoproject.com/en/1.3/howto/static-files/#basic-usage in the HTML example, missing quotation marks.
<img src="{{ STATIC_URL }}images/hi.jpg />
Added a patch.
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | static-files.txt.diff added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Very simple, but correct.