generate correct html - no 
 chars
authorLee <ler762@users.sourceforge.net>
Mon, 19 Mar 2018 01:16:39 +0000 (21:16 -0400)
committerLee <ler762@users.sourceforge.net>
Mon, 19 Mar 2018 01:16:39 +0000 (21:16 -0400)
commit658087b23fc2ff3ddf195ab2092c5585e5cdfff0
treef9b6ae3dd03270abd0f5abc9d00dd6de704f06c8
parent5c3ff0e8f3caf7ebef4c60f1092f41b1d8c5460f
generate correct html - no &#13; chars

a blank line right after a <para>, <literallayout>, <screen>
or just before the closing tag causes docbook 3.1 to generate
a '&#13;'

eg: this sgml
 following patterns</quote>, and <literal>-block</literal> means <quote>don't
 block URLs that match the following patterns, even if <literal>+block</literal>
 previously applied.</quote>

</para>

<para>
 Again, actions are invoked by placing them on a line, enclosed in curly braces and

leads to this html:
>, and <TT
CLASS="LITERAL"
>-block</TT
> means <SPAN
CLASS="QUOTE"
>"don't
 block URLs that match the following patterns, even if <TT
CLASS="LITERAL"
>+block</TT
>
 previously applied."</SPAN
>&#13;</P
><P
> Again, actions are invoked by placing them on a line, enclosed in curly braces and

having "&#13;" right after the "</SPAN>" is just wrong.
doc/source/faq.sgml
doc/source/user-manual.sgml