Skip to content

Commit

Permalink
Merge pull request #67 from Kedstar99/master
Browse files Browse the repository at this point in the history
Fixed html validation issues with options.html
  • Loading branch information
Perflyst authored Oct 22, 2019
2 parents 009c95f + 5cbb260 commit 09ab953
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions options.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>

<html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>Google Container Preferences</title>
</head>

<body>
Expand All @@ -17,31 +18,31 @@ <h1>Settings</h1>
<label>
<input type="checkbox" id="ignore_youtube" value="1">
Ignore YouTube<br>
<em>(Means don't use Google Container for YouTube sites.)<em>
<em>(Means don't use Google Container for YouTube sites.)</em>
</label>
</p>

<p>
<label>
<input type="checkbox" id="ignore_searchpages" value="1">
Ignore search pages<br>
<em>(Means don't use Google Container on Google sites with a path of <code>/search</code>.)<em>
<em>(Means don't use Google Container on Google sites with a path of <code>/search</code>.)</em>
</label>
</p>

<p>
<label>
<input type="checkbox" id="ignore_maps" value="1">
Ignore maps pages<br>
<em>(Means don't use Google Container on Google sites with a path of <code>/maps</code>.)<em>
<em>(Means don't use Google Container on Google sites with a path of <code>/maps</code>.)</em>
</label>
</p>

<p>
<label>
<input type="checkbox" id="ignore_flights" value="1">
Ignore flights pages<br>
<em>(Means don't use Google Container on Google sites with a path of <code>/flights</code>.)<em>
<em>(Means don't use Google Container on Google sites with a path of <code>/flights</code>.)</em>
</label>
</p>

Expand Down

0 comments on commit 09ab953

Please sign in to comment.