fix bad embeds
This commit is contained in:
parent
506853adcd
commit
144f241c5d
2 changed files with 4 additions and 1 deletions
|
|
@ -80,6 +80,9 @@ function localize_item(&$item){
|
|||
|
||||
}
|
||||
|
||||
// fix bad embeds
|
||||
$item['body'] = str_replace('http://www.youtube.com/embed/http:','http:',$item['body']);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue