Merge lp:~milo/linaro-license-protection/bug1160402 into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Milo Casagrande
Status: Merged
Approved by: James Tunnicliffe
Approved revision: 221
Merged at revision: 221
Proposed branch: lp:~milo/linaro-license-protection/bug1160402
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 94 lines (+14/-19)
3 files modified
templates/dir_template.html (+2/-3)
templates/header.html (+6/-8)
templates_releases/header.html (+6/-8)
To merge this branch: bzr merge lp:~milo/linaro-license-protection/bug1160402
Reviewer Review Type Date Requested Status
James Tunnicliffe (community) Approve
Review via email: mp+190117@code.launchpad.net

Description of the change

Simple MP to fix HTML validations as reported on bug #1160402.

To post a comment you must log in.
Revision history for this message
James Tunnicliffe (dooferlad) wrote :

Nice. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/dir_template.html'
2--- templates/dir_template.html 2013-08-21 16:21:28 +0000
3+++ templates/dir_template.html 2013-10-09 12:36:55 +0000
4@@ -24,7 +24,7 @@
5 <tr onmouseover="this.style.background='#CBE68F'" onmouseout="this.style.background='#FFFFFF'">
6 <td valign="top">
7 <img src="{{ STATIC_URL }}/static/{{ value.type }}.png"
8- alt="{{ value.type }}"/>
9+ alt="{{ value.type }}">
10 </td>
11 <td>
12 <a href="{{ value.url }}"
13@@ -51,8 +51,7 @@
14 {% endfor %}
15 </table>
16
17-
18-<br/><br/>
19+<br><br>
20 {% if rendered_files != None %}
21 <div id="tabs">
22 <ul id="tabs-titles">
23
24=== modified file 'templates/header.html'
25--- templates/header.html 2013-02-28 13:53:29 +0000
26+++ templates/header.html 2013-10-09 12:36:55 +0000
27@@ -1,9 +1,11 @@
28+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
29+ "http://www.w3.org/TR/html4/loose.dtd">
30 <html>
31 <head>
32 {% if dl != None %}
33 <meta http-equiv="REFRESH" content="0;url={{ dl }}">
34 {% endif %}
35- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
36+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
37 <title>Linaro Snapshots</title>
38 <link href="/get-remote-static?name=init.css"
39 rel="stylesheet" type="text/css" >
40@@ -11,15 +13,11 @@
41 rel="stylesheet" type="text/css" >
42 <script language="javascript" type="text/javascript"
43 src="/get-remote-static?name=linarofamily.js"></script>
44-
45-
46 <script type="text/javascript" src="/js/jquery-1.7.2.js"></script>
47 <script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>
48- <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css" />
49- <link rel="stylesheet" type="text/css" href="/css/linaro.css" />
50-
51-
52- <style>
53+ <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css">
54+ <link rel="stylesheet" type="text/css" href="/css/linaro.css">
55+ <style type="text/css">
56 div#footer {
57 text-align: right;
58 margin: 10px;
59
60=== modified file 'templates_releases/header.html'
61--- templates_releases/header.html 2013-03-05 07:00:33 +0000
62+++ templates_releases/header.html 2013-10-09 12:36:55 +0000
63@@ -1,9 +1,11 @@
64+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
65+ "http://www.w3.org/TR/html4/loose.dtd">
66 <html>
67 <head>
68 {% if dl != None %}
69 <meta http-equiv="REFRESH" content="0;url={{ dl }}">
70 {% endif %}
71- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
72+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
73 <title>Linaro Releases</title>
74 <link href="/get-remote-static?name=init.css"
75 rel="stylesheet" type="text/css" >
76@@ -11,15 +13,11 @@
77 rel="stylesheet" type="text/css" >
78 <script language="javascript" type="text/javascript"
79 src="/get-remote-static?name=linarofamily.js"></script>
80-
81-
82 <script type="text/javascript" src="/js/jquery-1.7.2.js"></script>
83 <script type="text/javascript" src="/js/jquery-ui-1.8.23.custom.min.js"></script>
84- <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css" />
85- <link rel="stylesheet" type="text/css" href="/css/linaro.css" />
86-
87-
88- <style>
89+ <link rel="stylesheet" type="text/css" href="/css/jquery-ui/jquery-ui-1.8.23.custom.css">
90+ <link rel="stylesheet" type="text/css" href="/css/linaro.css">
91+ <style type="text/css">
92 div#footer {
93 text-align: right;
94 margin: 10px;

Subscribers

People subscribed via source and target branches