Add quotes to URL in CSS files

Better add quotes: https://stackoverflow.com/a/34383157
This commit is contained in:
Chocobo1
2021-10-22 13:57:26 +08:00
parent aafc1064d9
commit 6226dd5b80
5 changed files with 30 additions and 30 deletions

View File

@@ -78,14 +78,14 @@ tr.dynamicTableHeader {
}
.dynamicTable th.sorted {
background-image: url(../icons/go-up.svg);
background-image: url("../icons/go-up.svg");
background-position: right;
background-repeat: no-repeat;
background-size: 15px;
}
.dynamicTable th.sorted.reverse {
background-image: url(../icons/go-down.svg);
background-image: url("../icons/go-down.svg");
}
.dynamicTable td img.flags {