summaryrefslogtreecommitdiffstats
path: root/client/src
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-07 10:09:02 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-07 10:23:35 +0300
commit074b1095ee302af67626055820853ed1b8a4ea86 (patch)
treea6a6c72465748cb97fc83f5a84f37e151b7618de /client/src
parent4222b99bf020c8d7a3d49f4105507be4308cddd2 (diff)
downloadvaadin-framework-074b1095ee302af67626055820853ed1b8a4ea86.tar.gz
vaadin-framework-074b1095ee302af67626055820853ed1b8a4ea86.zip
Now using HTML5 content mode. Also deprecated the XHTML content modes.
Diffstat (limited to 'client/src')
-rw-r--r--client/src/com/vaadin/client/ui/label/LabelConnector.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/ui/label/LabelConnector.java b/client/src/com/vaadin/client/ui/label/LabelConnector.java
index 33ec07b9f2..b52809c90e 100644
--- a/client/src/com/vaadin/client/ui/label/LabelConnector.java
+++ b/client/src/com/vaadin/client/ui/label/LabelConnector.java
@@ -58,6 +58,7 @@ public class LabelConnector extends AbstractComponentConnector {
break;
case XHTML:
+ case HTML:
case RAW:
sinkOnloads = true;
case XML: