docs/website: add a space between attributes
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Mon, 7 Sep 2015 13:08:34 +0000 (14:08 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 7 Sep 2015 21:53:19 +0000 (23:53 +0200)
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@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/website/index.html

index 36075bc278b8dfa1fdf16588a1c9c87194bfc3cc..c6882fb48cce7794feed569ab8c8b5ec27caa05c 100644 (file)
@@ -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>