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