try to get rid of scrollbars in Frost

This commit is contained in:
Zach Prezkuta
2012-08-25 22:41:22 -06:00
parent 5cb618bcf1
commit 193cc2c537
11 changed files with 65 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ function oembed_format_object($j){
if (isset($j->provider_name)) $ret.=" on ".$j->provider_name;
} else {
// add <a> for html2bbcode conversion
$ret .= "<a href='$embedurl' rel='oembed'/>";
$ret .= "<a href='$embedurl' rel='oembed'></a>";
}
$ret.="<br style='clear:left'></span>";
return mb_convert_encoding($ret, 'HTML-ENTITIES', mb_detect_encoding($ret));