Prefer single quoted strings

This commit is contained in:
Brenda Wallace
2019-06-26 11:31:10 +12:00
parent 0324e515e0
commit c702623c4f

View File

@@ -201,7 +201,7 @@ p.stats {
}
.location-not-set {
background-image: image-url("location-not-set.en.png");
background-image: image-url('location-not-set.en.png');
background-position: center;
background-repeat: no-repeat;
height: 250px;