diff options
Diffstat (limited to 'demos/autocomplete/custom-data.html')
-rw-r--r-- | demos/autocomplete/custom-data.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index e26e9debc..9191706c1 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -1,6 +1,7 @@ -<!doctype html> -<html> +<!DOCTYPE html> +<html lang="en"> <head> + <meta charset="UTF-8" /> <title>jQuery UI Autocomplete Custom Data 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> |