diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:44:17 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-23 18:44:17 +0200 |
commit | 22edb7755923d76c5ecd77f973d49b4c9ce68d1f (patch) | |
tree | 4ec68055071f56b1bc78eef7411dfafdce752342 /tests/visual/tooltip | |
parent | 878eb54a14c0d5878d37fa6652880f43af408035 (diff) | |
download | jquery-ui-22edb7755923d76c5ecd77f973d49b4c9ce68d1f.tar.gz jquery-ui-22edb7755923d76c5ecd77f973d49b4c9ce68d1f.zip |
Fix various issues in our html files, second batch
Diffstat (limited to 'tests/visual/tooltip')
-rw-r--r-- | tests/visual/tooltip/animations.html | 1 | ||||
-rw-r--r-- | tests/visual/tooltip/tooltip.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/visual/tooltip/animations.html b/tests/visual/tooltip/animations.html index 10235b2f9..38ee28f1d 100644 --- a/tests/visual/tooltip/animations.html +++ b/tests/visual/tooltip/animations.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta charset="utf-8"> <title>Tooltip Visual Test: Default</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/tooltip/tooltip.html b/tests/visual/tooltip/tooltip.html index 63c756ce0..da811645c 100644 --- a/tests/visual/tooltip/tooltip.html +++ b/tests/visual/tooltip/tooltip.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta charset="utf-8"> <title>Tooltip Visual Test: Default</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> |