1
- < ?xml version="1.0" encoding="UTF-8"?>
2
-
3
1
<!DOCTYPE html>
4
-
5
2
<!-- This Source Code Form is subject to the terms of the Mozilla Public
6
3
- License, v. 2.0. If a copy of the MPL was not distributed with this
7
4
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
8
-
9
- < html xmlns ="http://www.w3.org/1999/xhtml " data-l10n-sync ="true ">
5
+ < html data-l10n-sync ="true ">
10
6
< head >
11
- < meta http-equiv ="Content-Security-Policy " content ="default-src chrome:; object-src 'none' " / >
12
- < meta name ="color-scheme " content ="light dark " / >
7
+ < meta http-equiv ="Content-Security-Policy " content ="default-src chrome:; object-src 'none' ">
8
+ < meta name ="color-scheme " content ="light dark ">
13
9
< title data-l10n-id ="neterror-page-title "> </ title >
14
- < link rel ="stylesheet " href ="chrome://global/skin/aboutNetError.css " type ="text/css " media ="all " / >
15
- < link rel ="icon " id ="favicon "/ >
16
- < link rel ="localization " href ="branding/brand.ftl "/ >
17
- < link rel ="localization " href ="toolkit/neterror/certError.ftl " / >
18
- < link rel ="localization " href ="toolkit/neterror/netError.ftl "/ >
10
+ < link rel ="stylesheet " href ="chrome://global/skin/aboutNetError.css " type ="text/css " media ="all ">
11
+ < link rel ="icon " id ="favicon ">
12
+ < link rel ="localization " href ="branding/brand.ftl ">
13
+ < link rel ="localization " href ="toolkit/neterror/certError.ftl ">
14
+ < link rel ="localization " href ="toolkit/neterror/netError.ftl ">
19
15
</ head >
20
-
21
16
< body >
22
- <!-- PAGE CONTAINER (for styling purposes only) -->
23
17
< div class ="container ">
24
18
< div id ="text-container ">
25
19
<!-- Error Title -->
@@ -40,7 +34,7 @@ <h1 class="title-text"></h1>
40
34
<!-- Long Description -->
41
35
< div id ="errorLongDesc "> </ div >
42
36
43
- < p id ="trrOnlyContainer " hidden ="">
37
+ < div id ="trrOnlyContainer " hidden ="">
44
38
< p id ="trrOnlyMessage "> </ p >
45
39
< div class ="trr-message-container ">
46
40
< span id ="trrOnlyDescription "> </ span >
@@ -49,9 +43,9 @@ <h1 class="title-text"></h1>
49
43
</ p >
50
44
</ div >
51
45
< p data-l10n-id ="neterror-dns-not-found-trr-third-party-warning2 "> </ p >
52
- </ p >
46
+ </ div >
53
47
54
- < p id ="nativeFallbackContainer " hidden ="">
48
+ < div id ="nativeFallbackContainer " hidden ="">
55
49
< p id ="nativeFallbackMessage "> </ p >
56
50
< div class ="trr-message-container ">
57
51
< span id ="nativeFallbackDescription "> </ span >
@@ -60,7 +54,7 @@ <h1 class="title-text"></h1>
60
54
</ p >
61
55
</ div >
62
56
< p data-l10n-id ="neterror-dns-not-found-trr-third-party-warning2 "> </ p >
63
- </ p >
57
+ </ div >
64
58
65
59
< p id ="tlsVersionNotice " hidden =""> </ p >
66
60
@@ -109,7 +103,7 @@ <h1 class="title-text"></h1>
109
103
110
104
< div id ="blockingErrorReporting " class ="advanced-panel " hidden ="">
111
105
< p class ="toggle-container-with-text ">
112
- < input type ="checkbox " id ="automaticallyReportBlockingInFuture " role ="checkbox "/ >
106
+ < input type ="checkbox " id ="automaticallyReportBlockingInFuture " role ="checkbox ">
113
107
< label for ="automaticallyReportBlockingInFuture " data-l10n-id ="neterror-error-reporting-automatic "> </ label >
114
108
</ p >
115
109
</ div >
@@ -121,7 +115,7 @@ <h1 class="title-text"></h1>
121
115
</ div >
122
116
</ div >
123
117
</ div >
118
+ < script src ="chrome://global/content/neterror/aboutNetErrorCodes.js "> </ script >
119
+ < script type ="module " src ="chrome://global/content/aboutNetError.mjs "> </ script >
124
120
</ body >
125
- < script src ="chrome://global/content/neterror/aboutNetErrorCodes.js "> </ script >
126
- < script type ="module " src ="chrome://global/content/aboutNetError.mjs "> </ script >
127
121
</ html >
0 commit comments