diff options
author | Richard Worth <rdworth@gmail.com> | 2010-03-12 03:18:34 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-03-12 03:18:34 +0000 |
commit | bfc180b1baf9695c0f739088a8d92eac147c808c (patch) | |
tree | 8bb2ffc3cc4acc3cf79ecb9038660028b5af3a54 /demos/autocomplete/default.html | |
parent | a27b789cfd28434daf344548e3d6573a963a166a (diff) | |
download | jquery-ui-bfc180b1baf9695c0f739088a8d92eac147c808c.tar.gz jquery-ui-bfc180b1baf9695c0f739088a8d92eac147c808c.zip |
html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase
Diffstat (limited to 'demos/autocomplete/default.html')
-rw-r--r-- | demos/autocomplete/default.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/autocomplete/default.html b/demos/autocomplete/default.html index 38a78cca4..d78b0576c 100644 --- a/demos/autocomplete/default.html +++ b/demos/autocomplete/default.html @@ -1,6 +1,7 @@ -<!doctype html> -<html> +<!DOCTYPE html> +<html lang="en"> <head> + <meta charset="UTF-8" /> <title>jQuery UI Autocomplete Default 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> |