formatcaps.html.in: Kill useless spaces in <pre/>

The <pre/> section is rendered as-is on the page. That is, if all
the lines are prefixed with 4 spaces the rendered page will also
have them. Problem is if we put a box around such <pre/> because
the content might not fix into it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik 2016-11-11 23:40:27 +01:00
parent 5b28dc16a4
commit 01a9dfb2fa

View File

@ -13,7 +13,7 @@
interface has been added in 0.2.1 allowing to list the set of supported interface has been added in 0.2.1 allowing to list the set of supported
virtualization capabilities on the host:</p> virtualization capabilities on the host:</p>
<pre> char * virConnectGetCapabilities (virConnectPtr conn);</pre> <pre>char * virConnectGetCapabilities (virConnectPtr conn);</pre>
<p>The value returned is an XML document listing the virtualization <p>The value returned is an XML document listing the virtualization
capabilities of the host and virtualization engine to which capabilities of the host and virtualization engine to which