#31215 closed Cleanup/optimization (invalid)
Typo in tutorial 6.
| Reported by: | Bulat Musin | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 3.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Under 'Customize your app’s look and feel' header in
https://docs.djangoproject.com/en/3.0/intro/tutorial06/
Single tag isn't properly closed:
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}">
Attachments (1)
Change History (4)
by , 6 years ago
| Attachment: | attach.png added |
|---|
comment:1 by , 6 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Summary: | Typo in documentation → Typo in tutorial 6. |
| Type: | Uncategorized → Cleanup/optimization |
It's not a typo the <link> tag has no end tag.
comment:2 by , 6 years ago
Sorry, I 've meant it should have slash before the '>' symbol of its single
tag, which it doesn't have currently.
<link ... />
Note:
See TracTickets
for help on using tickets.
Screen showing typo in documentation