[PATCH 2/2] WebUI: Fix XHTML conformity in WebUI header file

Adrian Schmutzler freifunk at adrianschmutzler.de
Sa Jun 10 00:59:52 CEST 2017


Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 src/packages/fff/fff-web/files/www/ssl/cgi-bin/header | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/packages/fff/fff-web/files/www/ssl/cgi-bin/header b/src/packages/fff/fff-web/files/www/ssl/cgi-bin/header
index 3fb28c5..8df0ed0 100755
--- a/src/packages/fff/fff-web/files/www/ssl/cgi-bin/header
+++ b/src/packages/fff/fff-web/files/www/ssl/cgi-bin/header
@@ -34,15 +34,15 @@ fi
 	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 	<title><%= ${HOSTNAME} %></title>
 	<link href="/style.css" rel="stylesheet" type="text/css" media="screen" />
-       <meta http-equiv="cache-control" content="no-cache">
-       <meta http-equiv="pragma" content="no-cache">
-       <meta http-equiv="expires" content="0">
+       <meta http-equiv="cache-control" content="no-cache" />
+       <meta http-equiv="pragma" content="no-cache" />
+       <meta http-equiv="expires" content="0" />
 </head>
 <body>
 	<div id="header" style="position: relative;">
 		<h1><%= ${HOSTNAME} %></h1>
 		<h2>Freifunk Franken Router</h2>
-		<img src="/freifunk.svg" style="position: absolute; top: 1px; right: 42px;" />
+		<img src="/freifunk.svg" style="position: absolute; top: 1px; right: 42px;" alt="" />
 	</div>
 	<div style="height: 30px; background-color: #ffb400;"></div>
 	<div id="menu">
-- 
2.7.4



Mehr Informationen über die Mailingliste franken-dev