diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-11-02 01:16:40 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-11-02 01:16:40 +0100 |
commit | 517deb4a288c6a5d2a7a4cf3028ba2611bcaee31 (patch) | |
tree | 974f6bae4d8ecc402f2c37273a83ac073f4698b8 | |
parent | 71c2847ea0d2d32a256458eefe4d17b2702e171e (diff) |
some more w3c fixes
-rw-r--r-- | template/news/2011-10-09-rackconsole.html | 2 | ||||
-rw-r--r-- | template/template/template.html | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/template/news/2011-10-09-rackconsole.html b/template/news/2011-10-09-rackconsole.html index e117d53..3865908 100644 --- a/template/news/2011-10-09-rackconsole.html +++ b/template/news/2011-10-09-rackconsole.html @@ -2,7 +2,7 @@ <a>09. Oktober 2011 - Rackconsole</a> </h3> <div class="imagecontent"> - <img class="contentimage" src="img/rackconsole.jpg" /> + <img class="contentimage" src="img/rackconsole.jpg" alt="Rack mit Konsole"/> <p class="subtext"> Blick ins Rack </p> diff --git a/template/template/template.html b/template/template/template.html index cd2e968..f04c49b 100644 --- a/template/template/template.html +++ b/template/template/template.html @@ -1,8 +1,7 @@ <!DOCTYPE HTML> <html> - <head> - + <meta charset="UTF-8"> <title> sublab - Ein Hackerspace in Leipzig @@ -15,7 +14,6 @@ <meta name="keywords" content="sublab, Hackerspace, Leipzig, Computer, Linux, Freie Software, $template_keywords"> <meta name="description" lang="de" content="$template_desc_de"> <meta name="description" lang="en" content="$template_desc_en"> - <meta charset="UTF-8"> <link rel="stylesheet" href="css/sublab-new.css" type="text/css"> <link rel="stylesheet" href="css/taifun.status.css" type="text/css"> |