diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-10 22:14:50 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-10 22:14:50 +0000 |
commit | 6de295187fa02e1d888df53b1204e9d9cbd566e7 (patch) | |
tree | 8a5b6baa7e3ed5e4f45b5951b85ab8319a48e1ff | |
parent | 3de626ac7d04f31f177387c2def908b8b43c168a (diff) | |
download | jquery-ui-6de295187fa02e1d888df53b1204e9d9cbd566e7.tar.gz jquery-ui-6de295187fa02e1d888df53b1204e9d9cbd566e7.zip |
edited doctype for IE6
-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 39b35946b..222bbcff0 100644 --- a/tests/static/accordion.html +++ b/tests/static/accordion.html @@ -1,4 +1,4 @@ -<!doctype html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>jQuery UI Accordion Static Markup Test Page</title> |