From: Michal Privoznik
Date: Fri, 11 Nov 2016 22:40:27 +0000 (+0100)
Subject: downloads.html.in: Kill useless spaces in
X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=406270059e9ccfdf996e4c995ea2262256166355;p=libvirt.git
downloads.html.in: Kill useless spaces in
The 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 because
the content might not fix into it.
Signed-off-by: Michal Privoznik
---
diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index eb1dd27b83..f34e9a6ef8 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -437,7 +437,7 @@
- git clone git://libvirt.org/[module name].git
+git clone git://libvirt.org/[module name].git
In addition to this primary repository, there are the following read-only git
@@ -449,8 +449,8 @@
- https://github.com/libvirt/
- https://gitlab.com/libvirt/
+https://github.com/libvirt/
+https://gitlab.com/libvirt/