You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/08/28 15:10:15 UTC

svn commit: r808879 - /incubator/pivot/trunk/tutorials/www/platform_overview.template.html

Author: tvolkert
Date: Fri Aug 28 13:10:14 2009
New Revision: 808879

URL: http://svn.apache.org/viewvc?rev=808879&view=rev
Log:
Fixed missing close tag in platform overview - was causing rendering problems in IE

Modified:
    incubator/pivot/trunk/tutorials/www/platform_overview.template.html

Modified: incubator/pivot/trunk/tutorials/www/platform_overview.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/www/platform_overview.template.html?rev=808879&r1=808878&r2=808879&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/www/platform_overview.template.html (original)
+++ incubator/pivot/trunk/tutorials/www/platform_overview.template.html Fri Aug 28 13:10:14 2009
@@ -66,7 +66,7 @@
 <li><tt>org.apache.pivot.wtk</tt> - Classes that define the structure and behavior of WTK user interface components.</li>
 <li><tt>org.apache.pivot.wtk.content</tt> - Classes representing component data, such as list items or table rows.</li>
 <li><tt>org.apache.pivot.wtk.effects</tt> - Classes supporting visual effects such as blurs, reflections, and drop shadows.</li>
-<li><tt>org.apache.pivot.wtk.effects.easing</tt> - Contains "easing" operations for producing natural-looking transitions. Based on easing equations developed by <a href="http://robertpenner.com/"Robert Penner</a>.</li>
+<li><tt>org.apache.pivot.wtk.effects.easing</tt> - Contains "easing" operations for producing natural-looking transitions. Based on easing equations developed by <a href="http://robertpenner.com/">Robert Penner</a>.</li>
 <li><tt>org.apache.pivot.wtk.media</tt> - Classes to enable multimedia support in Pivot applications.</li>
 <li><tt>org.apache.pivot.wtk.skin</tt> - Contains common skins and abstract base classes for theme-specific skins.</li>
 <li><tt>org.apache.pivot.wtk.text</tt> - Contains classes representing a text object model.</li>