diff options
-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"> |