diff options
Diffstat (limited to 'demos/autocomplete/xml.html')
-rw-r--r-- | demos/autocomplete/xml.html | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |