diff --git a/include/bbcode.php b/include/bbcode.php
index 646401ddb..ef31f5a66 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -80,9 +80,9 @@ function bbcode($Text) {
// html5 video and audio
- $Text = preg_replace("/\[video\](.+?)\[\/video\]/", '', $Text);
+ $Text = preg_replace("/\[video\](.+?)\[\/video\]/", '', $Text);
- $Text = preg_replace("/\[audio\](.+?)\[\/audio\]/", '', $Text);
+ $Text = preg_replace("/\[audio\](.+?)\[\/audio\]/", '', $Text);
// [img=widthxheight]image source[/img]