From f2fa860dea696bc46a3366e8432b7ad2050daa5d Mon Sep 17 00:00:00 2001 From: Fraenkiman Date: Sun, 22 Jan 2023 01:19:01 +0100 Subject: [PATCH] Update plugin.bbcode.php removes superfluous " from the Facebook embedded video --- fp-plugins/bbcode/plugin.bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-plugins/bbcode/plugin.bbcode.php b/fp-plugins/bbcode/plugin.bbcode.php index a00b655..8669a39 100644 --- a/fp-plugins/bbcode/plugin.bbcode.php +++ b/fp-plugins/bbcode/plugin.bbcode.php @@ -367,7 +367,7 @@ function do_bbcode_video($action, $attr, $content, $params, $node_object) { $vid = isset($query ['sec']) ? $query ['sec'] : str_replace('/video/', '', $vurl ['path']); $output = '
-
'; +
'; break; // Any video file that can be played with HTML5