diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-21 09:53:57 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-21 09:53:57 +0000 |
commit | 77c5305b2ec7d627f40acb96decc229b74428094 (patch) | |
tree | 5f4811776b9aa0ed8ab969e4f578b67cf09394f6 /tests | |
parent | f3d1eadf1975064f8b8dfc6ba179a498a4431b05 (diff) | |
download | jquery-ui-77c5305b2ec7d627f40acb96decc229b74428094.tar.gz jquery-ui-77c5305b2ec7d627f40acb96decc229b74428094.zip |
tests sortable - corrected page title
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sortable.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sortable.html b/tests/sortable.html index 1a8aad730..5aeee7f8d 100644 --- a/tests/sortable.html +++ b/tests/sortable.html @@ -1,7 +1,7 @@ <!DOCTYPE html>
<html lang="en">
<head>
- <title>jQuery UI Draggable Test Suite</title>
+ <title>jQuery UI Sortable Test Suite</title>
<link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen">
@@ -25,7 +25,7 @@ </head>
<body>
-<h1 id="header">jQuery UI Draggable Test Suite</h1>
+<h1 id="header">jQuery UI Sortable Test Suite</h1>
<h2 id="banner"></h2>
<h2 id="userAgent"></h2>
|