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

Michal Privoznik mprivozn at redhat.com
Mon Nov 14 09:33:48 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/cgroups.html.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/cgroups.html.in b/docs/cgroups.html.in
index 33de453..60b47da 100644
--- a/docs/cgroups.html.in
+++ b/docs/cgroups.html.in
@@ -221,11 +221,11 @@ $ROOT
     </p>
 
     <pre>
-  ...
-  <resource>
-    <partition>/machine/production</partition>
-  </resource>
-  ...
+...
+<resource>
+  <partition>/machine/production</partition>
+</resource>
+...
     </pre>
 
     <p>
-- 
2.8.4




More information about the libvir-list mailing list