Author: sshyrkov Date: Fri Sep 14 16:06:25 2007 New Revision: 18507 URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18507&repname= =3Djahia Log: JAHIA-1890: Sp2 FCKEditor - always some resize issues + too much break retu= rns =
http://www.jahia.net/jira/browse/JAHIA-1890 Resolution: removed one redundant line break (due to <p/>) in IE. Modified: trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmledi= tor.jsp Modified: trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_h= tmleditor.jsp URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp= /jsp/jahia/htmleditors/fckeditor/fckeditor_htmleditor.jsp&rev=3D18507&repna= me=3Djahia =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmledi= tor.jsp (original) +++ trunk/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmledi= tor.jsp Fri Sep 14 16:06:25 2007 @@ -181,8 +181,8 @@ <input type=3D"hidden" name=3D"_<%=3DtheField.getID()%>" value=3D"<%=3DFormDataManager.formEncode(theOldField)%>" /> = -<p class=3D"htmleditor"> +<span class=3D"htmleditor"> <textarea id=3D"jahiaEditor" name=3D"jahiaEditor" rows=3D"20" cols=3D"75= "> <%=3DJahiaTools.replacePattern(FormDataManager.formEncode(theOldField),"= <","<")%> </textarea> -</p> +</span> \ No newline at end of file _______________________________________________ cvs_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list
