diff options
author | Richard Worth <rdworth@gmail.com> | 2008-09-20 17:30:51 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-09-20 17:30:51 +0000 |
commit | 057d3c677eefe6c6406d1344359a77a864eb1d66 (patch) | |
tree | 124488db5b1c7159d0d88fd7acafc69f1dff636e /tests/visual/autocomplete/index.html | |
parent | 27ba2ff84fc9ae9afc94c1625df7158ce43e7daf (diff) | |
download | jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.tar.gz jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.zip |
HTML5 doctype
Diffstat (limited to 'tests/visual/autocomplete/index.html')
-rw-r--r-- | tests/visual/autocomplete/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/autocomplete/index.html b/tests/visual/autocomplete/index.html index 8cd30015a..b6012384f 100644 --- a/tests/visual/autocomplete/index.html +++ b/tests/visual/autocomplete/index.html @@ -1,5 +1,5 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> +<!doctype html> +<html lang="en"> <head> <title>jQuery Autocomplete Plugin</title> |