[libvirt] [PATCH 09/24] format.html.in: Kill useless spaces in <pre/>

Michal Privoznik mprivozn at redhat.com
Mon Nov 14 09:33:55 UTC 2016


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 at redhat.com>
---
 docs/format.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/format.html.in b/docs/format.html.in
index 56ec76f..41211a9 100644
--- a/docs/format.html.in
+++ b/docs/format.html.in
@@ -38,7 +38,7 @@
     </p>
 
     <pre>
-      $ virt-xml-validate /path/to/XML/file</pre>
+$ virt-xml-validate /path/to/XML/file</pre>
 
   </body>
 </html>
-- 
2.8.4




More information about the libvir-list mailing list