diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-07 11:22:30 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-07 11:22:33 +0300 |
commit | 3824b53479af107a989a4885871f7ba70c53204e (patch) | |
tree | 58d6ff0e1f7de8eeb1cbc3f89501e35e2c46cb82 /server/src/com/vaadin/ui/CustomLayout.java | |
parent | c74a3d6d7b7db4eeedcda9c2ae215c89c3b1394e (diff) | |
download | vaadin-framework-3824b53479af107a989a4885871f7ba70c53204e.tar.gz vaadin-framework-3824b53479af107a989a4885871f7ba70c53204e.zip |
Fixed references to XHTML and issue found in review #8294
Diffstat (limited to 'server/src/com/vaadin/ui/CustomLayout.java')
-rw-r--r-- | server/src/com/vaadin/ui/CustomLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/CustomLayout.java b/server/src/com/vaadin/ui/CustomLayout.java index 828a1b91ad..a01ff78044 100644 --- a/server/src/com/vaadin/ui/CustomLayout.java +++ b/server/src/com/vaadin/ui/CustomLayout.java @@ -44,7 +44,7 @@ import com.vaadin.shared.ui.customlayout.CustomLayoutState; * locations in a way that is suitable for them. One typical example would be to * create visual design for a web site as a custom layout: the visual design * would define locations for "menu", "body", and "title", for example. The - * layout would then be implemented as an XHTML template for each theme. + * layout would then be implemented as an HTML template for each theme. * </p> * * <p> |