diff options
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> |