[Vtigercrm-commits] [vtiger-commits] r10220 - /vtigercrm/branches/5.0.3/include/utils/utils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 21 05:25:55 EST 2007
Author: saraj
Date: Wed Feb 21 03:25:52 2007
New Revision: 10220
Log:
html tags added
Modified:
vtigercrm/branches/5.0.3/include/utils/utils.php
Modified: vtigercrm/branches/5.0.3/include/utils/utils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/utils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/utils.php Wed Feb 21 03:25:52 2007
@@ -867,7 +867,7 @@
global $toHtml;
if($encode && is_string($string)){//$string = htmlentities($string, ENT_QUOTES);
if (is_array($toHtml))
- $string =strip_tags($string, '<span><br /><div><a><br><b><u><i><table><td><tr><style><p><command>');
+ $string =strip_tags($string, '<span><br /><div><a><br><b><u><i><table><td><tr><style><p><command><h1><h2><h3><h4><h5><h6><li><ol><ul><th><tbody><font><center><big><hr><format> <strong><html><small>');
}
$log->debug("Exiting to_html method ...");
return $string;
More information about the vtigercrm-commits
mailing list