All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] docs/website: add a space between attributes
@ 2015-09-07 13:08 Vicente Olivert Riera
  2015-09-07 21:53 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-09-07 13:08 UTC (permalink / raw)
  To: buildroot

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>
---
 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>
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] docs/website: add a space between attributes
  2015-09-07 13:08 [Buildroot] [PATCH] docs/website: add a space between attributes Vicente Olivert Riera
@ 2015-09-07 21:53 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-09-07 21:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-07 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-07 13:08 [Buildroot] [PATCH] docs/website: add a space between attributes Vicente Olivert Riera
2015-09-07 21:53 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.