You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/25 20:04:14 UTC

[Lenya Wiki] Trivial Update of "HowToIntegrateFCKEditor" by BobHarner

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.

The following page has been changed by BobHarner:
http://wiki.apache.org/lenya/HowToIntegrateFCKEditor

The comment on the change is:
Removed redundant / in aggregate.xsl's .js links

------------------------------------------------------------------------------
  
  <!--<xsl:apply-templates select="xhtml:html/xhtml:head[@id = 'EditorHead']"/>-->
  <head>
- 	<script src="{$root}/fckeditor/fckeditor.js" type="text/javascript"> </script>
+ 	<script src="{$root}fckeditor/fckeditor.js" type="text/javascript"> </script>
- 	<script src="{$root}/fckeditor/invokeEditor.js" type="text/javascript"> </script>
+ 	<script src="{$root}fckeditor/invokeEditor.js" type="text/javascript"> </script>
  	<title>FCKEditor Editor</title>
  </head>
  

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