You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2006/10/17 00:43:41 UTC

svn commit: r464702 - /lenya/trunk/src/modules/fckeditor/usecases/insertAsset.jx

Author: nettings
Date: Mon Oct 16 15:43:41 2006
New Revision: 464702

URL: http://svn.apache.org/viewvc?view=rev&rev=464702
Log:
Added a page:title to FCKEditor insertAsset usecase.
This prevents IE from collapsing the title tag and choking on the page.
Thanks to Richard Frovarp for the fix.

Modified:
    lenya/trunk/src/modules/fckeditor/usecases/insertAsset.jx

Modified: lenya/trunk/src/modules/fckeditor/usecases/insertAsset.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/fckeditor/usecases/insertAsset.jx?view=diff&rev=464702&r1=464701&r2=464702
==============================================================================
--- lenya/trunk/src/modules/fckeditor/usecases/insertAsset.jx (original)
+++ lenya/trunk/src/modules/fckeditor/usecases/insertAsset.jx Mon Oct 16 15:43:41 2006
@@ -23,6 +23,8 @@
   <page:head>
     <script src="${request.contextPath}/modules/fckeditor/javascript/insertAsset.js"/>
   </page:head>
+  
+  <page:title>FCKEditor - Insert Lenya resource</page:title>
 
   <page:body>
   



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org