Revision: 608
Author: mr0...@mro.name
Date: Tue Jul 28 14:41:02 2009
Log: Bug Example. Maybe esoteric but allowed and no warning in the docs.
http://code.google.com/p/piccolo2d/source/detail?r=608

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:34:37 2009
+++  
/piccolo2d.java/branches/phtml/examples/src/main/java/edu/umd/cs/piccolo/examples/HTMLExample.java
       
Tue Jul 28 14:41:02 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'>of what can</a>  
be done with PHtml.");
+        html.append("This is an example <a href='#testing' title=\"<a  
href='FIXME!'\">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
-~----------~----~----~----~------~----~------~--~---

Reply via email to