diff options
Diffstat (limited to 'tests/static/index.html')
-rw-r--r-- | tests/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/index.html b/tests/static/index.html index 6899c2e93..96eda14fe 100644 --- a/tests/static/index.html +++ b/tests/static/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <title>Static Tests</title> - <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" /> + <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css" type="text/css" /> <script type="text/javascript" src="../../jquery-1.4.1.js"></script> <script type="text/javascript"> $(function() { |