[wiki] [sites] build-page: add alt attribute to logo || Hiltjo Posthuma
commit cc4a9d2eb6970055a604e6af511f9f58cea5040c
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sun Jan 6 13:59:24 2019 +0100
build-page: add alt attribute to logo
make empty since its not important (for screenreaders etc).
diff --git a/build-page.c b/build-page.c
index 22d86b4a..b466de38 100644
--- a/build-page.c
+++ b/build-page.c
_AT_@ -28,7 +28,7 @@ char *html_header =
"</head>
"
"
"
"<div id=\"header\">
"
- " <a href=\"//suckless.org/\"><img src=\"//suckless.org/logo.svg\"/></a>
"
+ " <a href=\"//suckless.org/\"><img src=\"//suckless.org/logo.svg\" alt=\"\"/></a>
"
" <a id=\"headerLink\" href=\"//suckless.org/\">suckless.org</a>
"
" <span id=\"headerSubtitle\">%1$s</span>
"
"</div>
";
Received on Sun Jan 06 2019 - 13:59:58 CET
This archive was generated by hypermail 2.3.0
: Sun Jan 06 2019 - 14:00:28 CET