X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fhtml2bbcode.php;h=6e9532c92f5bf462461b600facc085b5489f2e97;hb=431a4d40ebd266af892c62f05f3f5082c3a16b69;hp=d9255a7ffc02ac49f5a2ca50f764a6439f6fc407;hpb=7b471e097ab10c22c69ab486f4d3208629248f7b;p=friendica.git diff --git a/include/html2bbcode.php b/include/html2bbcode.php index d9255a7ffc..6e9532c92f 100644 --- a/include/html2bbcode.php +++ b/include/html2bbcode.php @@ -167,6 +167,7 @@ function html2bbcode($message) // Test //node2bbcode($doc, 'span', array('class'=>'/([\w ]+)/'), '[class=$1]', '[/class]'); node2bbcode($doc, 'span', array('class'=>'type-link'), '[class=type-link]', '[/class]'); + node2bbcode($doc, 'span', array('class'=>'type-video'), '[class=type-video]', '[/class]'); node2bbcode($doc, 'strong', array(), '[b]', '[/b]'); node2bbcode($doc, 'em', array(), '[i]', '[/i]');