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 /tests/visual/compound | |
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 'tests/visual/compound')
6 files changed, 12 insertions, 6 deletions
diff --git a/tests/visual/compound/accordion_tabs.html b/tests/visual/compound/accordion_tabs.html index 69e828995..bb9f96ffc 100644 --- a/tests/visual/compound/accordion_tabs.html +++ b/tests/visual/compound/accordion_tabs.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>Compound Visual Test : Accordion in Tabs</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> diff --git a/tests/visual/compound/datepicker_dialog.html b/tests/visual/compound/datepicker_dialog.html index 380052297..53e34984f 100644 --- a/tests/visual/compound/datepicker_dialog.html +++ b/tests/visual/compound/datepicker_dialog.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>Compound Visual Test : Datepicker in Dialog</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> diff --git a/tests/visual/compound/draggable_accordion.html b/tests/visual/compound/draggable_accordion.html index a45166c08..f40c0eb12 100644 --- a/tests/visual/compound/draggable_accordion.html +++ b/tests/visual/compound/draggable_accordion.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>Compound Visual Test : Draggable in Accordion</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> diff --git a/tests/visual/compound/draggable_accordion_accordion_tabs_draggable.html b/tests/visual/compound/draggable_accordion_accordion_tabs_draggable.html index 307d28528..508977061 100644 --- a/tests/visual/compound/draggable_accordion_accordion_tabs_draggable.html +++ b/tests/visual/compound/draggable_accordion_accordion_tabs_draggable.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>Compound Visual Test : Draggable in Accordion</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> diff --git a/tests/visual/compound/sortable_accordion_sortable_tabs.html b/tests/visual/compound/sortable_accordion_sortable_tabs.html index fb1d49209..28c389c09 100644 --- a/tests/visual/compound/sortable_accordion_sortable_tabs.html +++ b/tests/visual/compound/sortable_accordion_sortable_tabs.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>Compound Visual Test : Accordion in Tabs</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> diff --git a/tests/visual/compound/tabs_tabs.html b/tests/visual/compound/tabs_tabs.html index 04134f7a0..a342dcebe 100644 --- a/tests/visual/compound/tabs_tabs.html +++ b/tests/visual/compound/tabs_tabs.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>Compound Visual Test : Tabs in Tabs</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> |