Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

static-files.txt.diff (780 bytes ) - added by Bernhard Essl 13 years ago.

Download all attachments as: .zip

Change History (4)

by Bernhard Essl, 13 years ago

Attachment: static-files.txt.diff added

comment:1 by Bas Peschier, 13 years ago

Triage Stage: UnreviewedReady for checkin

Very simple, but correct.

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16407]:

Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.

comment:3 by Jannis Leidel, 13 years ago

In [16409]:

[1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.

Backport from trunk (r16407).

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