aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-01-24 16:18:30 -0500
committerScott González <scott.gonzalez@gmail.com>2014-01-24 16:53:57 -0500
commitfa23894dffe81a80326e246cd87e4ebfd490c9f3 (patch)
treed4fe36e2dfc70e379c16bb16d0354e0a7d6de3a6 /demos/autocomplete
parent21154cfa2e02ef1814a6aff68b14553bdad165cb (diff)
downloadjquery-ui-fa23894dffe81a80326e246cd87e4ebfd490c9f3.tar.gz
jquery-ui-fa23894dffe81a80326e246cd87e4ebfd490c9f3.zip
All: Quote CSS url() values
Closes gh-1172
Diffstat (limited to 'demos/autocomplete')
-rw-r--r--demos/autocomplete/multiple-remote.html2
-rw-r--r--demos/autocomplete/remote-jsonp.html2
-rw-r--r--demos/autocomplete/remote-with-cache.html2
-rw-r--r--demos/autocomplete/remote.html2
-rw-r--r--demos/autocomplete/xml.html4
5 files changed, 7 insertions, 5 deletions
diff --git a/demos/autocomplete/multiple-remote.html b/demos/autocomplete/multiple-remote.html
index 0cf75c5db..7638833bb 100644
--- a/demos/autocomplete/multiple-remote.html
+++ b/demos/autocomplete/multiple-remote.html
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="../demos.css">
<style>
.ui-autocomplete-loading {
- background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
+ background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
</style>
<script>
diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html
index efe13c10b..3cd718862 100644
--- a/demos/autocomplete/remote-jsonp.html
+++ b/demos/autocomplete/remote-jsonp.html
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="../demos.css">
<style>
.ui-autocomplete-loading {
- background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
+ background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
#city { width: 25em; }
</style>
diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html
index 27d2fb8a7..200949bb8 100644
--- a/demos/autocomplete/remote-with-cache.html
+++ b/demos/autocomplete/remote-with-cache.html
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="../demos.css">
<style>
.ui-autocomplete-loading {
- background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
+ background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
</style>
<script>
diff --git a/demos/autocomplete/remote.html b/demos/autocomplete/remote.html
index 4fef00e93..d553aa13c 100644
--- a/demos/autocomplete/remote.html
+++ b/demos/autocomplete/remote.html
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="../demos.css">
<style>
.ui-autocomplete-loading {
- background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
+ background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
</style>
<script>
diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html
index fc86bc88a..b60122021 100644
--- a/demos/autocomplete/xml.html
+++ b/demos/autocomplete/xml.html
@@ -12,7 +12,9 @@
<script src="../../ui/autocomplete.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
- .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
+ .ui-autocomplete-loading {
+ background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
+ }
</style>
<script>
$(function() {