Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#13189 closed (fixed)

Docs typo: Missing " in JS I18N url example

Reported by: Ulrich Petri Owned by: Gabriel Hurley
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In #11364 the example code on how to include the js catalog was updated to use the url tag. This example is missing a " (quote) after the src= attribute (see ​http://code.djangoproject.com/browser/django/trunk/docs/topics/i18n/internationalization.txt#L491).

Attachments (1)

13189_patch.diff​ (697 bytes ) - added by Gabriel Hurley 17 years ago.
Adds the missing quotation mark.

Download all attachments as: .zip

Change History (5)

by Gabriel Hurley, 17 years ago

Attachment: 13189_patch.diff​ added

Adds the missing quotation mark.

comment:1 by Gabriel Hurley, 17 years ago

Has patch: set
milestone: → 1.2
Owner: changed from nobody to Gabriel Hurley
Status: new → assigned
Triage Stage: Unreviewed → Accepted

comment:2 by Gary Wilson, 17 years ago

Resolution: → fixed
Status: assigned → closed

(In [12862]) Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley for patch.

comment:3 by Gary Wilson, 17 years ago

(In [12863]) [1.1.X] Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley for patch.

Backport of r12862 from trunk.

comment:4 by Jacob, 15 years ago

milestone: 1.2

Milestone 1.2 deleted

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