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