mirror of
https://github.com/e107inc/e107.git
synced 2025-05-05 03:38:29 +02:00
Fix for isHtml()
This commit is contained in:
parent
db849f9fd7
commit
bf0d60a15c
@ -4517,7 +4517,7 @@ class e_parser
|
||||
function isHtml($text)
|
||||
{
|
||||
|
||||
if(strpos($text,'[html]'))
|
||||
if(strpos($text,'[html]') !==false)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user