[Buildroot] [PATCH] docs/website: fixing pre block indentation

Angelo Compagnucci angelo.compagnucci at gmail.com
Tue Dec 29 20:53:25 UTC 2015


Pre block should not be indented, this patch fixes wrong
indentation.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci at gmail.com>
---
 docs/website/download.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/website/download.html b/docs/website/download.html
index 46f601d..34b06bf 100644
--- a/docs/website/download.html
+++ b/docs/website/download.html
@@ -137,9 +137,9 @@
 		tree at any time so it is in sync with the latest and greatest by entering your
 		buildroot directory and running the command:
 
-		<pre>
-		  git pull
-		</pre>
+<pre>
+git pull
+</pre>
 
 		Because you've only been granted anonymous access to the tree, you won't be
 		able to push your changes to the repo. Changes can instead be submitted for
-- 
1.9.1



More information about the buildroot mailing list