diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-09 18:26:35 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-09 18:26:35 +0000 |
commit | 914e12594ce67ca6b624c0336034437976471a5e (patch) | |
tree | b95b9510d922ad680d73f04df1717b6bacd9f2d4 | |
parent | dfc6effcd89335c6068417cddb18861ee8d47dd6 (diff) | |
download | jquery-ui-914e12594ce67ca6b624c0336034437976471a5e.tar.gz jquery-ui-914e12594ce67ca6b624c0336034437976471a5e.zip |
missed an extra --> (now gone)
-rw-r--r-- | tests/static/datepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/datepicker.html b/tests/static/datepicker.html index 1087af747..456b4075c 100644 --- a/tests/static/datepicker.html +++ b/tests/static/datepicker.html @@ -448,6 +448,6 @@ <button class="ui-state-default ui-priority-secondary ui-corner-all">Today</button> </div> </div> - --> + </body> </html> |