r2315 - Merged r2203 to 1.7.1 (fixes #4359 - Demos: invalid html due to missing </a>)

r2315 - Merged r2203 to 1.7.1 (fixes #4359 - Demos: invalid html due to missing </a>)


Author: rdworth
Date: Wed Mar 18 16:52:16 2009
New Revision: 2315
Modified:
branches/1.7.1/demos/index.html
Log:
Merged r2203 to 1.7.1 (fixes #4359 - Demos: invalid html due to missing
</a>)
Modified: branches/1.7.1/demos/index.html
==============================================================================
--- branches/1.7.1/demos/index.html    (original)
+++ branches/1.7.1/demos/index.html    Wed Mar 18 16:52:16 2009
@@ -253,7 +253,7 @@
                    <dd><a href="addClass/index.html">Add Class</a></dd>
                    <dd><a href="removeClass/index.html">Remove Class</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>
                    <dd><a href="hide/index.html">Hide</a></dd>
                    <dd><a href="show/index.html">Show</a></dd>
                    <dd><a href="switchClass/index.html">Switch Class</a></dd>