HTML en campos texto y texto limitado
This commit is contained in:
parent
4f0ef9a535
commit
4f86e4528a
@ -13263,7 +13263,7 @@ if (mysqli_num_rows($sql)!='0'){
|
|||||||
<iframe width='100%' height='100%' class= 'iframe-media' src=\"$contenido\" frameborder='0' allowFullScreen ></iframe>";
|
<iframe width='100%' height='100%' class= 'iframe-media' src=\"$contenido\" frameborder='0' allowFullScreen ></iframe>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elseif(($campo_tipo=='2' OR $campo_tipo=='7')AND $contenido !=""){
|
elseif(($campo_tipo=='2' OR $campo_tipo=='7' OR $campo_tipo=='1' OR $campo_tipo=='17')AND $contenido !=""){
|
||||||
|
|
||||||
$contenido= html_entity_decode(stripslashes("$contenido"));
|
$contenido= html_entity_decode(stripslashes("$contenido"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user