Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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)

attach.png (158.6 KB ) - added by Bulat Musin 5 years ago.
Screen showing typo in documentation

Download all attachments as: .zip

Change History (4)

by Bulat Musin, 5 years ago

Attachment: attach.png added

Screen showing typo in documentation

comment:1 by Mariusz Felisiak, 5 years ago

Resolution: invalid
Status: newclosed
Summary: Typo in documentationTypo in tutorial 6.
Type: UncategorizedCleanup/optimization

It's not a typo the <link> tag has no end tag.

comment:2 by Bulat Musin, 5 years ago

Sorry, I 've meant it should have slash before the '>' symbol of its single
tag, which it doesn't have currently.

<link ... />

comment:3 by Mariusz Felisiak, 5 years ago

It's not necessary.

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