You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/04/23 14:25:07 UTC

svn commit: r1675589 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/HtmlEditor.java

Author: lofwyr
Date: Thu Apr 23 12:25:06 2015
New Revision: 1675589

URL: http://svn.apache.org/r1675589
Log: (empty)

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/HtmlEditor.java

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/HtmlEditor.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/HtmlEditor.java?rev=1675589&r1=1675588&r2=1675589&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/HtmlEditor.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/HtmlEditor.java Thu Apr 23 12:25:06 2015
@@ -44,19 +44,7 @@ public class HtmlEditor implements Seria
         "content/35-wysiwyg/00-tinymce/tinymce/js/tinymce/tinymce.min.js")
         .size() != 0;
     text = "<h1>Sonne</h1>"
-        + "<p>Die Sonne ist ein Stern in der Galaxie Milchstraße. "
-        + "Sie ist ein Hauptreihenstern (Zwergstern) und steht im Zentrum des Sonnensystems, "
-        + "das sie durch ihre Gravitation dominiert."
-        + "Hauptbestandteile"
-        + "<ul>\n"
-        + "<li>Wasserstoff: 92,1&thinsp;%</li>\n"
-        + "<li>Helium: 7,8&thinsp;%</li>\n"
-        + "<li>Sauerstoff: 500&nbsp;ppm</li>\n"
-        + "<li>Kohlenstoff: 230&nbsp;ppm</li>\n"
-        + "<li>Neon: 100&nbsp;ppm</li>\n"
-        + "<li>Stickstoff: 70&nbsp;ppm</li>\n"
-        + "</ul></p>"
-        + "<p>Quelle: Wikipedia</p>";
+        + "<p>Die Sonne ist ein Stern in der Galaxie Milchstraße.</p>";
   }
 
   public String getText() {