]> xenbits.xensource.com Git - libvirt.git/commitdiff
downloads.html.in: Kill useless spaces in <pre/>
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Nov 2016 22:40:27 +0000 (23:40 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 14 Nov 2016 10:03:34 +0000 (11:03 +0100)
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>
docs/downloads.html.in

index eb1dd27b83acd8e0864e86ae27d3f9e3a9192380..f34e9a6ef824e74d07ee896fe624eab8e359c167 100644 (file)
     </p>
 
     <pre>
-      git clone git://libvirt.org/[module name].git</pre>
+git clone git://libvirt.org/[module name].git</pre>
 
     <p>
       In addition to this primary repository, there are the following read-only git
     </p>
 
     <pre>
-      <a href="https://github.com/libvirt/">https://github.com/libvirt/</a>
-      <a href="https://gitlab.com/libvirt/libvirt">https://gitlab.com/libvirt/</a></pre>
+<a href="https://github.com/libvirt/">https://github.com/libvirt/</a>
+<a href="https://gitlab.com/libvirt/libvirt">https://gitlab.com/libvirt/</a></pre>
 
   </body>
 </html>