Addon Manager: HTML standard compliance

This commit is contained in:
Chris Hennes
2023-02-20 12:17:49 -06:00
committed by Chris Hennes
parent 976b0b8d3f
commit b4ac20b50b

View File

@@ -25,7 +25,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<html>
<html lang="">
<head>
<style>
/* Absolute Center Spinner */
@@ -57,7 +57,7 @@ SOFTWARE.
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
/* hide "loading..." text */
font: 0/0 a;
font: 0px/0px a;
color: transparent;
text-shadow: none;
background-color: transparent;
@@ -88,6 +88,7 @@ SOFTWARE.
}
}
</style>
<title>Loading...</title>
</head>
<body>
<div class="loading">Loading...</div>