diff options
Diffstat (limited to 'demos/tabs/index.html')
-rw-r--r-- | demos/tabs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/tabs/index.html b/demos/tabs/index.html index 78867105f..48b3636c3 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>jQuery UI Tabs Demos</title> <link type="text/css" href="../demos.css" rel="stylesheet" /> </head> |