diff options
Diffstat (limited to 'tests/static/tabs/tabs.html')
-rw-r--r-- | tests/static/tabs/tabs.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/static/tabs/tabs.html b/tests/static/tabs/tabs.html index 6a34d0d24..1bcfa7401 100644 --- a/tests/static/tabs/tabs.html +++ b/tests/static/tabs/tabs.html @@ -1,6 +1,7 @@ -<!doctype html> -<html> +<!DOCTYPE html> +<html lang="en"> <head> + <meta charset="UTF-8" /> <title>Tabs Static Test : Default</title> <link rel="stylesheet" href="../static.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" /> |