[Buildroot] [git commit] docs/website: add a space between attributes

Peter Korsgaard peter at korsgaard.com
Mon Sep 7 21:53:19 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=476b674824ebc22dd63664e8810989f6fe8b295d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Error highlighted by the W3 HTML validator:

Error: No space between attributes.
At line 71, column 64
e="width:100%;"href="/download

Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/website/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/website/index.html b/docs/website/index.html
index 36075bc..c6882fb 100644
--- a/docs/website/index.html
+++ b/docs/website/index.html
@@ -19,7 +19,7 @@
           <a class="btn btn-primary btn-lg" style="width:100%;" href="/about.html"><span class="glyphicon glyphicon-info-sign"></span> Learn more »</a>
           </div>
           <div class="col-sm-6" style="margin-top:1em; padding-left:0px;">
-          <a class="btn btn-primary btn-lg" style="width:100%;"href="/download.html"><span class="glyphicon glyphicon-cloud-download"></span> Download »</a>
+          <a class="btn btn-primary btn-lg" style="width:100%;" href="/download.html"><span class="glyphicon glyphicon-cloud-download"></span> Download »</a>
           </div>
         </div>
       </div>


More information about the buildroot mailing list