[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.252,1.253

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sat Sep 6 11:41:46 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv2076

Modified Files:
	lib-common.php 
Log Message:
List the [code] tag in the list of allowable HTML.


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.252
retrieving revision 1.253
diff -C2 -d -r1.252 -r1.253
*** lib-common.php	4 Sep 2003 21:32:57 -0000	1.252
--- lib-common.php	6 Sep 2003 15:41:44 -0000	1.253
***************
*** 3509,3520 ****
  * Returns what HTML is allows in content
  *
! * Returns what HTML tags the system allows to be used inside content
! * you can modify this by changing $_CONF['allowablehtml'] in
! * config.php
  *
  * @return   string  HTML <span> enclosed string
  */
  
! function COM_allowedhtml()
  {
      global $_CONF, $LANG01;
--- 3509,3520 ----
  * Returns what HTML is allows in content
  *
! * Returns what HTML tags the system allows to be used inside content.
! * You can modify this by changing $_CONF['allowablehtml'] in config.php
! * (for admins, see also $_CONF['adminhtml']).
  *
  * @return   string  HTML <span> enclosed string
  */
  
! function COM_allowedHTML()
  {
      global $_CONF, $LANG01;
***************
*** 3531,3534 ****
--- 3531,3535 ----
      }
  
+     $retval .= ',[code]';
      $retval .= '</span>';
  





More information about the geeklog-cvs mailing list