diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-12-10 10:54:35 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-12-10 10:54:35 +0000 |
commit | 5b3984720263853aaf830cc326e851cbc0ad3764 (patch) | |
tree | 9ebc53218b8e183f6ce1df9ef63caabbaab63736 /WebContent/WEB-INF/portlet.xml | |
parent | 827f4b6db99b19ee0cf815855332081906a302f0 (diff) | |
download | vaadin-framework-5b3984720263853aaf830cc326e851cbc0ad3764.tar.gz vaadin-framework-5b3984720263853aaf830cc326e851cbc0ad3764.zip |
#3835 support for "style" parameter in portlet.xml
svn changeset:10222/svn branch:6.2
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 54529685b1..2d58a61ae4 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -50,7 +50,7 @@ </init-param> <init-param> <name>style</name> - <value>style=height:400px</value> + <value>height:400px</value> </init-param> <init-param> <name>widgetset</name> @@ -90,7 +90,7 @@ </init-param> <init-param> <name>style</name> - <value>style=height:650px</value> + <value>height:650px</value> </init-param> <init-param> <name>widgetset</name> @@ -311,7 +311,7 @@ </init-param> <init-param> <name>style</name> - <value>style=height:650px</value> + <value>height:650px</value> </init-param> <init-param> <name>widgetset</name> |