summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/TestCaptionWrapper.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/TestCaptionWrapper.java')
-rw-r--r--uitest/src/com/vaadin/tests/TestCaptionWrapper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/TestCaptionWrapper.java b/uitest/src/com/vaadin/tests/TestCaptionWrapper.java
index b2e09a2a6f..bac83f9504 100644
--- a/uitest/src/com/vaadin/tests/TestCaptionWrapper.java
+++ b/uitest/src/com/vaadin/tests/TestCaptionWrapper.java
@@ -172,7 +172,7 @@ public class TestCaptionWrapper extends CustomComponent implements Listener {
// Custom components
layout.addComponent(new Label("<B>Below are few custom components</B>",
- ContentMode.XHTML));
+ ContentMode.HTML));
final TestForUpload tfu = new TestForUpload();
layout.addComponent(tfu);