Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.51 -r1.51.2.1 --- lams_tool_vote/web/authoring/BasicContent.jsp 26 May 2014 22:44:39 -0000 1.51 +++ lams_tool_vote/web/authoring/BasicContent.jsp 12 Sep 2014 21:20:38 -0000 1.51.2.1 @@ -16,7 +16,6 @@ var area=document.getElementById("messageArea"); if(area != null){ area.style.width="100%"; - area.style.height="100%"; area.src=url; area.style.display="block"; }