aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-10-09 14:35:30 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-10-09 14:35:30 +0200
commitdf634b5a7cc3e5dabf74a5593fdcc98f3ab03bc9 (patch)
treefa6fb6bc87786d5a4865d923e078a4f267c39936 /templates
parent7f496de865f93464177a79b31c31f2052062c7d1 (diff)
Fixed HTML validation errors.
Diffstat (limited to 'templates')
-rw-r--r--templates/dir_template.html5
-rw-r--r--templates/header.html14
2 files changed, 8 insertions, 11 deletions
diff --git a/templates/dir_template.html b/templates/dir_template.html
index a3e10bd..b2717b4 100644
--- a/templates/dir_template.html
+++ b/templates/dir_template.html
@@ -24,7 +24,7 @@
<tr onmouseover="this.style.background='#CBE68F'" onmouseout="this.style.background='#FFFFFF'">
<td valign="top">
<img src="{{ STATIC_URL }}/static/{{ value.type }}.png"
- alt="{{ value.type }}"/>
+ alt="{{ value.type }}">
</td>
<td>
<a href="{{ value.url }}"
@@ -51,8 +51,7 @@
{% endfor %}
</table>
-
-<br/><br/>
+<br><br>
{% if rendered_files != None %}
<div id="tabs">
<ul id="tabs-titles">
diff --git a/templates/header.html b/templates/header.html
index 8ea70c8..2cb184a 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,9 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
{% if dl != None %}
<meta http-equiv="REFRESH" content="0;url={{ dl }}">
{% endif %}
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Linaro Snapshots</title>
<link href="/get-remote-static?name=init.css"
rel="stylesheet" type="text/css" >
@@ -11,15 +13,11 @@
rel="stylesheet" type="text/css" >
<script language="javascript" type="text/javascript"
src="/get-remote-static?name=linarofamily.js"></script>
-
-
<script type="text/javascript" src="/js/jquery-1.7.2.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>
- <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css" />
- <link rel="stylesheet" type="text/css" href="/css/linaro.css" />
-
-
- <style>
+ <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css">
+ <link rel="stylesheet" type="text/css" href="/css/linaro.css">
+ <style type="text/css">
div#footer {
text-align: right;
margin: 10px;