More HTML img-attribute fixes, thx @MoonE

This commit is contained in:
Marc Jansen
2022-08-16 17:06:02 +02:00
parent 2546689cff
commit 5396685667
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
</head>
<body>
<header class="navbar navbar-expand-md navbar-dark mb-3 py-0 fixed-top" role="navigation">
<a href='/' class='navbar-brand'><img src="/theme/img/logo-dark.svg" width="70px" height="70px" alt="">&nbsp;OpenLayers</a>
<a href='/' class='navbar-brand'><img src="/theme/img/logo-dark.svg" width="70" height="70" alt="">&nbsp;OpenLayers</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#olmenu" aria-controls="olmenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
@@ -75,4 +75,4 @@
{{{this}}}
{{/each}}
</body>
</html>
</html>