diff options
author | Richard Worth <rdworth@gmail.com> | 2009-03-04 08:17:49 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-03-04 08:17:49 +0000 |
commit | 834349b4079589c3e6781b019f4ae47e0eedbc66 (patch) | |
tree | c2bc1f67bbb9a8f86b4f71e3c852a4359299293d /demos/index.html | |
parent | cb478ac4e42168b52f8a0dca508d28c6852712ba (diff) | |
download | jquery-ui-834349b4079589c3e6781b019f4ae47e0eedbc66.tar.gz jquery-ui-834349b4079589c3e6781b019f4ae47e0eedbc66.zip |
demos index: added missing </a>
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html index b058ef153..0654532e3 100644 --- a/demos/index.html +++ b/demos/index.html @@ -258,7 +258,7 @@ <dd><a href="hide/index.html">Hide</a></dd> <dd><a href="toggle/index.html">Toggle</a></dd> <dd><a href="animate/index.html">Animate</a></dd> - <dd><a href="effect/index.html">Effect</dd> + <dd><a href="effect/index.html">Effect</a></dd> <dt>About jQuery UI</dt> <dd><a href="http://jqueryui.com/docs/Developer_Guide">UI Developer Guidelines</a></dd> <dd><a href="http://jqueryui.com/docs/Changelog">Changelog</a></dd> |