Opened 16 years ago
Closed 16 years ago
#13210 closed (duplicate)
Missing quotation mark in JS i18n docs
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Under the section http://docs.djangoproject.com/en/dev/topics/i18n/internationalization/#using-the-javascript-translation-catalog
<script type="text/javascript" src={% url django.views.i18n.javascript_catalog %}"></script>
is missing a quotation mark immediately after the "src" attribute.
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #13189 which already has a patch.