[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/dtd fck_dtd_test.html, 1.1, 1.2 fck_xhtml10strict.js, 1.1, 1.2 fck_xhtml10transitional.js, 1.1, 1.2

Blaine Lang blaine at qs1489.pair.com
Sun May 4 20:35:28 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dtd
In directory qs1489.pair.com:/tmp/cvs-serv85146/editor/dtd

Modified Files:
	fck_dtd_test.html fck_xhtml10strict.js 
	fck_xhtml10transitional.js 
Log Message:
Upgraded the FCKeditor to version 2.6 Final - latest release April 7/08

Index: fck_xhtml10strict.js
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dtd/fck_xhtml10strict.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fck_xhtml10strict.js	9 Feb 2008 12:53:58 -0000	1.1
--- fck_xhtml10strict.js	5 May 2008 00:35:24 -0000	1.2
***************
*** 1,5 ****
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 1,5 ----
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
***************
*** 24,28 ****
  FCK.DTD = (function()
  {
!     X = FCKTools.Merge ;
  
      var H,I,J,K,C,L,M,A,B,D,E,G,N,F ;
--- 24,28 ----
  FCK.DTD = (function()
  {
!     var X = FCKTools.Merge ;
  
      var H,I,J,K,C,L,M,A,B,D,E,G,N,F ;

Index: fck_dtd_test.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dtd/fck_dtd_test.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fck_dtd_test.html	9 Feb 2008 12:53:58 -0000	1.1
--- fck_dtd_test.html	5 May 2008 00:35:24 -0000	1.2
***************
*** 18,23 ****
  		<script type="text/javascript">
  
-     alert(FCK.DTD);
- 
  for ( var p in FCK.DTD )
  {
--- 18,21 ----

Index: fck_xhtml10transitional.js
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/dtd/fck_xhtml10transitional.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fck_xhtml10transitional.js	9 Feb 2008 12:53:58 -0000	1.1
--- fck_xhtml10transitional.js	5 May 2008 00:35:24 -0000	1.2
***************
*** 1,5 ****
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 1,5 ----
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
***************
*** 24,28 ****
  FCK.DTD = (function()
  {
!     X = FCKTools.Merge ;
  
      var A,L,J,M,N,O,D,H,P,K,Q,F,G,C,B,E,I ;
--- 24,28 ----
  FCK.DTD = (function()
  {
!     var X = FCKTools.Merge ;
  
      var A,L,J,M,N,O,D,H,P,K,Q,F,G,C,B,E,I ;
***************
*** 138,140 ****
  	    "<b>this is a </b><a><b>link</b> test</a>", instead of
  	    "<b>this is a <a>link</a></b><a> test</a>".
! */
\ No newline at end of file
--- 138,140 ----
  	    "<b>this is a </b><a><b>link</b> test</a>", instead of
  	    "<b>this is a <a>link</a></b><a> test</a>".
! */




More information about the geeklog-cvs mailing list