forked from orbit-oss/flask
Fixed a typo in the html faq
This commit is contained in:
parent
e269c8eb72
commit
cb660cd1f1
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ supported by browsers:
|
||||||
- Wrapping the document in an ``<html>`` tag
|
- Wrapping the document in an ``<html>`` tag
|
||||||
- Wrapping header elements in ``<head>`` or the body elements in
|
- Wrapping header elements in ``<head>`` or the body elements in
|
||||||
``<body>``
|
``<body>``
|
||||||
- Closing the ``<p>``, ``<li>``, ``<dl>``, ``<dd>``, ``<tr>``,
|
- Closing the ``<p>``, ``<li>``, ``<dt>``, ``<dd>``, ``<tr>``,
|
||||||
``<td>``, ``<th>``, ``<tbody>``, ``<thead>``, or ``<tfoot>`` tags.
|
``<td>``, ``<th>``, ``<tbody>``, ``<thead>``, or ``<tfoot>`` tags.
|
||||||
- Quoting attributes, so long as they contain no whitespace or
|
- Quoting attributes, so long as they contain no whitespace or
|
||||||
special characters (like ``<``, ``>``, ``'``, or ``"``).
|
special characters (like ``<``, ``>``, ``'``, or ``"``).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue