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