浏览代码

docs/website: fixing pre block indentation

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

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Angelo Compagnucci 9 年之前
父节点
当前提交
33771d6a2d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/website/download.html

+ 3 - 3
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
 		tree at any time so it is in sync with the latest and greatest by entering your
 		buildroot directory and running the command:
 		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
 		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
 		able to push your changes to the repo. Changes can instead be submitted for