diff options
Diffstat (limited to 'demos/switchClass/default.html')
-rw-r--r-- | demos/switchClass/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/switchClass/default.html b/demos/switchClass/default.html index f181c49f5..bfb0c9c8b 100644 --- a/demos/switchClass/default.html +++ b/demos/switchClass/default.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>jQuery UI Effects - switchClass Demo</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.4.2.js"></script> |