[geeklog-cvs] Geeklog-2.x/plugins/content/views ContentEditorView.php, 1.1, 1.2

Damien Hodgkin dhodgkin at qs1489.pair.com
Thu Aug 16 13:36:12 EDT 2007


Update of /cvsroot/geeklog2/Geeklog-2.x/plugins/content/views
In directory qs1489.pair.com:/tmp/cvs-serv84165/plugins/content/views

Modified Files:
	ContentEditorView.php 
Log Message:
Small code change to allow TinyMCE to work

Index: ContentEditorView.php
===================================================================
RCS file: /cvsroot/geeklog2/Geeklog-2.x/plugins/content/views/ContentEditorView.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ContentEditorView.php	8 Aug 2007 20:23:44 -0000	1.1
--- ContentEditorView.php	16 Aug 2007 17:36:10 -0000	1.2
***************
*** 230,234 ****
                  . '/javascript/geeklog2/calendar.js" type="text/javascript"></script>'
                  . '<script src="' . $this->baseUrl
!                 . '/assets/plugins/content/jscripts/tiny_mce/tiny_mce.js" type="text/javascript"></script>';
          return $entries;
      }
--- 230,234 ----
                  . '/javascript/geeklog2/calendar.js" type="text/javascript"></script>'
                  . '<script src="' . $this->baseUrl
!                 . '/assets/plugins/content/javascript/tiny_mce/tiny_mce.js" type="text/javascript"></script>';
          return $entries;
      }




More information about the geeklog-cvs mailing list