diff options
author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2015-12-29 21:53:25 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-29 22:06:45 +0100 |
commit | 33771d6a2d422054bd41d593f129a8b5f5fe8534 (patch) | |
tree | 515540c8ba021d0d7bd9ae4beb25a3eacecd22be | |
parent | 7b9c5d65e0dc3b6b55ff67196b8110c5a758da31 (diff) | |
download | buildroot-33771d6a2d422054bd41d593f129a8b5f5fe8534.tar.gz buildroot-33771d6a2d422054bd41d593f129a8b5f5fe8534.zip |
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>
-rw-r--r-- | docs/website/download.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/website/download.html b/docs/website/download.html index 46f601def3..34b06bff71 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 |