diff options
Diffstat (limited to 'youtube/templates/base.html')
-rw-r--r-- | youtube/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/base.html b/youtube/templates/base.html index f78d1b0..2278a02 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -27,7 +27,7 @@ <!-- options --> <div class="dropdown"> <!-- hidden box --> - <input id="options-toggle-cbox" class="opt-box" role="button" type="checkbox"> + <input id="options-toggle-cbox" class="opt-box" type="checkbox"> <!-- end hidden box --> <label class="dropdown-label" for="options-toggle-cbox">Options</label> <div class="dropdown-content"> |