#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)
Change History (5)
by , 16 years ago
| Attachment: | 13189_patch.diff added |
|---|
comment:1 by , 16 years ago
| Has patch: | set |
|---|---|
| milestone: | → 1.2 |
| Owner: | changed from to |
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Adds the missing quotation mark.