try to get rid of scrollbars in Frost
This commit is contained in:
parent
5cb618bcf1
commit
193cc2c537
11 changed files with 65 additions and 4 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue