Skip to content

Commit

Permalink
Removing unrequired addional quote character
Browse files Browse the repository at this point in the history
  • Loading branch information
jrie committed Jan 8, 2018
1 parent ebeb04f commit 93a3e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookies.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Flag Cookies</title>
<meta charset="utf-8">
<link rel="stylesheet" href="cookies.css"/>
</head>
Expand All @@ -16,7 +17,7 @@
<hr/>
<button id="global-flag" title="Delete cookies for all domains if not permitted">Global</button>
<button id="auto-flag" title="Delete cookies for this (sub)domain if not permitted or in 'profile' mode">Auto flag</button>
<button id="account-mode" title="Selected 'key' cookies wont be deleted by global, auto-flag or by regular flagging. This is the 'logged in account' state. You can also mange the cookie list in 'preferences'."">Profile</button>
<button id="account-mode" title="Selected 'key' cookies wont be deleted by global, auto-flag or by regular flagging. This is the 'logged in account' state. You can also mange the cookie list in 'preferences'.">Profile</button>
<input type="text" placeholder="Search cookie list" id="searchBar" />
</div>

Expand Down

0 comments on commit 93a3e54

Please sign in to comment.