Don't give a poor advice of omitting <p> tags in HTML.
In the presence of CSS, wrapping text in <p></p> can make it render quite differently. PR: docs/85928 (in the audit trail)
This commit is contained in:
parent
a08f137b33
commit
1a445039a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25613
1 changed files with 1 additions and 2 deletions
|
@ -302,8 +302,7 @@
|
||||||
|
|
||||||
<dt>Term 3</dt>
|
<dt>Term 3</dt>
|
||||||
|
|
||||||
<dd>Paragraph 1 of definition 3. Note that the <p>
|
<dd><p>Paragraph 1 of definition 3.</p></dd>
|
||||||
element is not required in the single paragraph case.</dd>
|
|
||||||
</dl>]]></programlisting>
|
</dl>]]></programlisting>
|
||||||
</example>
|
</example>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
Loading…
Reference in a new issue