mirror of https://github.com/gorhill/uBlock.git
Minor cleanup of HTML code
This commit is contained in:
parent
1a8571755e
commit
44fe38c9fe
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html id="uBO-popup-panel">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -7,8 +7,7 @@
|
|||
<link rel="stylesheet" href="css/common.css" type="text/css">
|
||||
<link rel="stylesheet" href="css/fa-icons.css" type="text/css">
|
||||
<link rel="stylesheet" href="css/popup.css" type="text/css">
|
||||
<link rel="stylesheet" href="css/vapi-popup.css" type="text/css"><!-- Optional platform-specific CSS rules -->
|
||||
<title>uBlock Origin</title>
|
||||
<title data-i18n="extName"></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue