From c702623c4f5cd596f781e7d4d760e1a23cea60a1 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 26 Jun 2019 11:31:10 +1200 Subject: [PATCH] Prefer single quoted strings --- app/assets/stylesheets/overrides.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/overrides.scss b/app/assets/stylesheets/overrides.scss index 3e8492c13..e59a1e777 100755 --- a/app/assets/stylesheets/overrides.scss +++ b/app/assets/stylesheets/overrides.scss @@ -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;