mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Add type attribute to style tag
This commit is contained in:
parent
5e77d99a5e
commit
0bfad7dce6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style type="text/css">
|
||||||
.col {
|
.col {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue