summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/TreeFilesystem.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/TreeFilesystem.java')
-rw-r--r--uitest/src/com/vaadin/tests/TreeFilesystem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/TreeFilesystem.java b/uitest/src/com/vaadin/tests/TreeFilesystem.java
index db740b4075..3489ee0953 100644
--- a/uitest/src/com/vaadin/tests/TreeFilesystem.java
+++ b/uitest/src/com/vaadin/tests/TreeFilesystem.java
@@ -51,7 +51,7 @@ public class TreeFilesystem extends com.vaadin.Application implements
setMainWindow(main);
// Main window contains heading and panel
- main.addComponent(new Label("<h2>Tree demo</h2>", ContentMode.XHTML));
+ main.addComponent(new Label("<h2>Tree demo</h2>", ContentMode.HTML));
// configure file structure panel
main.addComponent(explorerPanel);