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:
Yaroslav Tykhiy 2005-09-12 16:09:11 +00:00
parent a08f137b33
commit 1a445039a6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25613

View file

@ -302,8 +302,7 @@
<dt>Term 3</dt>
<dd>Paragraph 1 of definition 3. Note that the &lt;p&gt;
element is not required in the single paragraph case.</dd>
<dd><p>Paragraph 1 of definition 3.</p></dd>
</dl>]]></programlisting>
</example>
</sect3>