[Openfirst-cvscommit] base/config/functions wysiwyg.php,1.3,1.4
Brought to you by:
xtimg
From: <xt...@us...> - 2004-01-20 00:30:47
|
Update of /cvsroot/openfirst/base/config/functions In directory sc8-pr-cvs1:/tmp/cvs-serv18529 Modified Files: wysiwyg.php Log Message: Fix bug which will cause errors on systems without short tags enabled. Index: wysiwyg.php =================================================================== RCS file: /cvsroot/openfirst/base/config/functions/wysiwyg.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wysiwyg.php 23 Nov 2003 23:39:07 -0000 1.3 --- wysiwyg.php 20 Jan 2004 00:30:43 -0000 1.4 *************** *** 47,51 **** //--> </SCRIPT> ! <? } ?> --- 47,51 ---- //--> </SCRIPT> ! <?php } ?> |