Revision: 610
Author: allain.lalonde
Date: Tue Jul 28 21:39:14 2009
Log: Removed example of 'invalid' html markup, since it's been fixed
http://code.google.com/p/piccolo2d/source/detail?r=610
Modified:
/piccolo2d.java/branches/phtml/examples/src/main/java/edu/umd/cs/piccolo/examples/HTMLExample.java
=======================================
---
/piccolo2d.java/branches/phtml/examples/src/main/java/edu/umd/cs/piccolo/examples/HTMLExample.java
Tue Jul 28 14:41:02 2009
+++
/piccolo2d.java/branches/phtml/examples/src/main/java/edu/umd/cs/piccolo/examples/HTMLExample.java
Tue Jul 28 21:39:14 2009
@@ -26,7 +26,7 @@
public void initialize() {
html = new StringBuffer();
html.append("<p style='margin-bottom: 10px;'>");
- html.append("This is an example <a href='#testing' title=\"<a
href='FIXME!'\">of what can</a> be done with PHtml.");
+ html.append("This is an example <a href='#testing'>of what can</a>
be done with PHtml.");
html.append("</p>");
html.append("<p>It supports:</p>");
appendFeatures();
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---