1
0
Fork 0

HTML en campos texto y texto limitado

This commit is contained in:
humano 2018-11-01 09:55:08 -05:00
parent 4f0ef9a535
commit 4f86e4528a
1 changed files with 1 additions and 1 deletions

View File

@ -13263,7 +13263,7 @@ if (mysqli_num_rows($sql)!='0'){
<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"));