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 /demos/functional | |
parent | 27ba2ff84fc9ae9afc94c1625df7158ce43e7daf (diff) | |
download | jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.tar.gz jquery-ui-057d3c677eefe6c6406d1344359a77a864eb1d66.zip |
HTML5 doctype
Diffstat (limited to 'demos/functional')
-rw-r--r-- | demos/functional/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index 39a4e5387..df5ee60c8 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -1,5 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!doctype html> +<html lang="en"> <head> <title>jQuery UI - Functional demos</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |