Author: sshyrkov
Date: Fri Sep 14 15:59:00 2007
New Revision: 18506

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18506&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:
    branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fcke=
ditor/fckeditor_htmleditor.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditor=
s/fckeditor/fckeditor_htmleditor.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fckeditor/fckeditor_htmledito=
r.jsp&rev=3D18506&repname=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
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fcke=
ditor/fckeditor_htmleditor.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/htmleditors/fcke=
ditor/fckeditor_htmleditor.jsp Fri Sep 14 15:59:00 2007
@@ -189,8 +189,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),"=
<","&lt;")%>
   </textarea>
-</p>
+</span>

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to