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