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