diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-11 14:15:21 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-11 14:15:21 +0000 |
commit | e8cb4b0604d4fadebf16054b4c0bc9e8a9158d83 (patch) | |
tree | b29141530a8076249849487183c2fb6916baae52 /tests | |
parent | 68e700b30b1ec65d990092bc81d6be01525a64be (diff) | |
download | jquery-ui-e8cb4b0604d4fadebf16054b4c0bc9e8a9158d83.tar.gz jquery-ui-e8cb4b0604d4fadebf16054b4c0bc9e8a9158d83.zip |
back to html 5 doctype
Diffstat (limited to 'tests')
-rw-r--r-- | tests/static/accordion.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/accordion.html b/tests/static/accordion.html index 222bbcff0..39b35946b 100644 --- a/tests/static/accordion.html +++ b/tests/static/accordion.html @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!doctype html> <html> <head> <title>jQuery UI Accordion Static Markup Test Page</title> |