SGML fixes: don't use block elements as inline ones, this leads to

a "weird" rendering.
This commit is contained in:
Marc Fonvieille 2007-04-14 13:33:44 +00:00
parent 10ec09e6f5
commit d2ed1184e5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30032

View file

@ -1035,8 +1035,13 @@
comes in to clean up the mess, which could be days or
weeks afterwards.</para>
<para>Wrong way: <programlisting>Subject: that PR I sent</programlisting>
Right way: <programlisting>Subject: Re: ports/12345: compilation problem with foo/bar</programlisting></para>
<para>Wrong way:</para>
<programlisting>Subject: that PR I sent</programlisting>
<para>Right way:</para>
<programlisting>Subject: Re: ports/12345: compilation problem with foo/bar</programlisting>
</note>
</listitem>