diff options
Diffstat (limited to 'demos/autocomplete/remote-with-cache.html')
-rw-r--r-- | demos/autocomplete/remote-with-cache.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index 31a5c8e6d..3688365d4 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -1,6 +1,7 @@ -<!doctype html> -<html> +<!DOCTYPE html> +<html lang="en"> <head> + <meta charset="UTF-8" /> <title>jQuery UI Autocomplete Remote with caching demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.4.2.js"></script> |