Skip to content

Commit 09ab953

Browse files
authored
Merge pull request #67 from Kedstar99/master
Fixed html validation issues with options.html
2 parents 009c95f + 5cbb260 commit 09ab953

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

options.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
22

3-
<html>
3+
<html lang="en">
44

55
<head>
66
<meta charset="utf-8">
7+
<title>Google Container Preferences</title>
78
</head>
89

910
<body>
@@ -17,31 +18,31 @@ <h1>Settings</h1>
1718
<label>
1819
<input type="checkbox" id="ignore_youtube" value="1">
1920
Ignore YouTube<br>
20-
<em>(Means don't use Google Container for YouTube sites.)<em>
21+
<em>(Means don't use Google Container for YouTube sites.)</em>
2122
</label>
2223
</p>
2324

2425
<p>
2526
<label>
2627
<input type="checkbox" id="ignore_searchpages" value="1">
2728
Ignore search pages<br>
28-
<em>(Means don't use Google Container on Google sites with a path of <code>/search</code>.)<em>
29+
<em>(Means don't use Google Container on Google sites with a path of <code>/search</code>.)</em>
2930
</label>
3031
</p>
3132

3233
<p>
3334
<label>
3435
<input type="checkbox" id="ignore_maps" value="1">
3536
Ignore maps pages<br>
36-
<em>(Means don't use Google Container on Google sites with a path of <code>/maps</code>.)<em>
37+
<em>(Means don't use Google Container on Google sites with a path of <code>/maps</code>.)</em>
3738
</label>
3839
</p>
3940

4041
<p>
4142
<label>
4243
<input type="checkbox" id="ignore_flights" value="1">
4344
Ignore flights pages<br>
44-
<em>(Means don't use Google Container on Google sites with a path of <code>/flights</code>.)<em>
45+
<em>(Means don't use Google Container on Google sites with a path of <code>/flights</code>.)</em>
4546
</label>
4647
</p>
4748

0 commit comments

Comments
 (0)