summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-06-30 14:38:44 +0200
committerDavid Oberhollenzer <goliath@infraroot.at>2020-06-30 14:38:44 +0200
commit2fa4e80b40e2684fc70b4939fa03cfc2e96b2883 (patch)
treec7c9cf7cf657d8e55fa7edbff3f94589e30a448c
parentbb34d2b128ebc1b95f7cbd40876689707eb1e1e0 (diff)
Add an alt text to the logo image in the template
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index fe1b847..b19d9f4 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -10,7 +10,7 @@
<table id="header">
<tbody>
<tr>
-<td class="logo" rowspan="2"><a href="URL"><img src="LOGO"/></a></td>
+<td class="logo" rowspan="2"><a href="URL"><img src="LOGO" alt="logo"/></a></td>
<td class="title">SHORT_TITLE</td>
</tr>
<tr><td class="sub">LONG_TITLE</td></tr>