Opened 15 years ago

Closed 15 years ago

#13210 closed (duplicate)

Missing quotation mark in JS i18n docs

Reported by: django@… 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.

Change History (1)

comment:1 by Gabriel Hurley, 15 years ago

Resolution: duplicate
Status: newclosed

This is a duplicate of #13189 which already has a patch.

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