]> git.mxchange.org Git - friendica.git/blobdiff - include/html2bbcode.php
using the recycle sign instead of "RD" for statusnet.
[friendica.git] / include / html2bbcode.php
index d9255a7ffc02ac49f5a2ca50f764a6439f6fc407..6e9532c92f5bf462461b600facc085b5489f2e97 100644 (file)
@@ -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]');