diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-13 09:53:02 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-13 09:53:02 +0000 |
commit | d3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089 (patch) | |
tree | 14a6b1e326569e8f7e5a971e016e87b5f32d0c50 /tests/visual/dialog.html | |
parent | 73dec6965b94f666e3dfd5ecaad46a3740929d16 (diff) | |
download | jquery-ui-d3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089.tar.gz jquery-ui-d3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089.zip |
tests/visual: started switching to themes/base. Lots of little cleanup.
Diffstat (limited to 'tests/visual/dialog.html')
-rw-r--r-- | tests/visual/dialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/dialog.html b/tests/visual/dialog.html index 3d83598ca..509c69630 100644 --- a/tests/visual/dialog.html +++ b/tests/visual/dialog.html @@ -12,7 +12,7 @@ <script type="text/javascript"> $(function() { $("#dialog").click(function() { - $("<div/>").dialog(); + $("<div></div>").dialog(); }); }); </script> |