]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Merge pull request #5773 from MrPetovan/task/rewrite-js-hooks
[friendica.git] / include / text.php
index 97baee7f60b551a76089ba31efbd66e573bb3412..7013c2c91b493baeba1d2cb8b22e7e08e6a37573 100644 (file)
@@ -1191,9 +1191,6 @@ function prepare_body(array &$item, $attach = false, $is_preview = false)
                                $a->page['htmlhead'] .= replace_macros(get_markup_template('videos_head.tpl'), [
                                        '$baseurl' => System::baseUrl(),
                                ]);
-                               $a->page['end'] .= replace_macros(get_markup_template('videos_end.tpl'), [
-                                       '$baseurl' => System::baseUrl(),
-                               ]);
                        }
 
                        $url_parts = explode('/', $the_url);