diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index ce29443f7..c3e020619 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -405,7 +405,8 @@ function enableOnUser(){
rep(/\[code\](.*?)\[\/code\]/gi,"$1");
rep(/\[quote.*?\](.*?)\[\/quote\]/gi,"
$1"); - + rep(/\[video\](.*?)\[\/video\]/gi,"$1"); + rep(/\[audio\](.*?)\[\/audio\]/gi,"$1"); rep(/\[\&\;([#a-z0-9]+)\;\]/gi,'&$1;');