Unbalanced html fixed
This commit is contained in:
parent
e18e081b47
commit
c0eecfc55f
|
@ -199,7 +199,6 @@ class OEmbed
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$ret .= '</div>';
|
|
||||||
// add link to source if not present in "rich" type
|
// add link to source if not present in "rich" type
|
||||||
if ($j->type != 'rich' || !strpos($j->html, $embedurl)) {
|
if ($j->type != 'rich' || !strpos($j->html, $embedurl)) {
|
||||||
$ret .= '<h4>';
|
$ret .= '<h4>';
|
||||||
|
@ -238,6 +237,8 @@ class OEmbed
|
||||||
$ret .= '<a href="' . $embedurl . '" rel="oembed">' . $j->title . '</a>';
|
$ret .= '<a href="' . $embedurl . '" rel="oembed">' . $j->title . '</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$ret .= '</div>';
|
||||||
|
|
||||||
$ret = str_replace("\n", "", $ret);
|
$ret = str_replace("\n", "", $ret);
|
||||||
return mb_convert_encoding($ret, 'HTML-ENTITIES', mb_detect_encoding($ret));
|
return mb_convert_encoding($ret, 'HTML-ENTITIES', mb_detect_encoding($ret));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue