SGML fixes: don't use block elements as inline ones, this leads to
a "weird" rendering.
This commit is contained in:
parent
10ec09e6f5
commit
d2ed1184e5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30032
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue