From fa23894dffe81a80326e246cd87e4ebfd490c9f3 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 24 Jan 2014 16:18:30 -0500 Subject: All: Quote CSS url() values Closes gh-1172 --- demos/selectmenu/custom_render.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/selectmenu/custom_render.html') diff --git a/demos/selectmenu/custom_render.html b/demos/selectmenu/custom_render.html index a2bbb0fb6..44860dbea 100644 --- a/demos/selectmenu/custom_render.html +++ b/demos/selectmenu/custom_render.html @@ -75,13 +75,13 @@ top: 0.1em; } .ui-icon.video { - background: url(images/24-video-square.png) 0 0 no-repeat; + background: url("images/24-video-square.png") 0 0 no-repeat; } .ui-icon.podcast { - background: url(images/24-podcast-square.png) 0 0 no-repeat; + background: url("images/24-podcast-square.png") 0 0 no-repeat; } .ui-icon.rss { - background: url(images/24-rss-square.png) 0 0 no-repeat; + background: url("images/24-rss-square.png") 0 0 no-repeat; } /* select with CSS avatar icons */ @@ -126,9 +126,9 @@
-- cgit v1.2.3