diff options
Diffstat (limited to 'tests/visual/draggable/draggable.scroll.html')
-rw-r--r-- | tests/visual/draggable/draggable.scroll.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/visual/draggable/draggable.scroll.html b/tests/visual/draggable/draggable.scroll.html index af8c4cce9..e0311c4c1 100644 --- a/tests/visual/draggable/draggable.scroll.html +++ b/tests/visual/draggable/draggable.scroll.html @@ -1,6 +1,7 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> + <meta charset="UTF-8" /> <title>Draggable Scroll Tests</title> <link rel="stylesheet" href="../all.css" type="text/css"> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> |