1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Void elements (i.e. link) do not need self-closing slash

Ref.:
  https://html.spec.whatwg.org/multipage/syntax.html#void-elements
This commit is contained in:
Raymond Hill 2022-10-21 12:17:37 -04:00
parent daa151f684
commit 3d3ad0e386
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
7 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="css/dashboard-common.css">
<link rel="stylesheet" href="css/advanced-settings.css">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
</head>
<body>

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" href="css/fa-icons.css">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="stylesheet" href="css/asset-viewer.css">
<link rel="shortcut icon" type="image/png" href="img/icon_32.png"/>
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
</head>
<body class="loading">

View File

@ -7,7 +7,7 @@
<link href="css/themes/default.css" rel="stylesheet" type="text/css">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/dashboard.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
</head>
<body>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/fa-icons.css">
<link rel="stylesheet" href="css/document-blocked.css">
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
</head>
<body>
<div id="rootContainer">

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/fa-icons.css">
<link rel="stylesheet" href="css/logger-ui.css">
<link rel="stylesheet" href="css/logger-ui-inspector.css">
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
<title data-i18n="statsPageName"></title>
<style id="vwRendererRuntimeStyles"></style>
</head>

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/fa-icons.css">
<link rel="stylesheet" href="css/popup-fenix.css">
<link rel="shortcut icon" type="image/png" href="img/icon_64.png"/>
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
<title data-i18n="extName"></title>
</head>

View File

@ -12,6 +12,7 @@
<link rel="stylesheet" href="css/dashboard-common.css">
<link rel="stylesheet" href="css/support.css">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="shortcut icon" type="image/png" href="img/icon_64.png">
</head>
<body>