diff mbox

docs/website: fixing pre block indentation

Message ID 1451422405-18339-1-git-send-email-angelo.compagnucci@gmail.com
State Accepted
Headers show

Commit Message

Angelo Compagnucci Dec. 29, 2015, 8:53 p.m. UTC
Pre block should not be indented, this patch fixes wrong
indentation.

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

Comments

Thomas Petazzoni Dec. 29, 2015, 9:18 p.m. UTC | #1
Dear Angelo Compagnucci,

On Tue, 29 Dec 2015 21:53:25 +0100, Angelo Compagnucci wrote:
> Pre block should not be indented, this patch fixes wrong
> indentation.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
>  docs/website/download.html | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

Thomas
diff mbox

Patch

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