HTML WYSIWYG editor for Description Field not work was created by kati333
HTML WYSIWYG editor for Description Field not work in Yendif Video Share 1.2.6., html tags not save.
If in administrator/components/com_yendifvideoshare/models/videos.php to replace a line:
$row->description = $app->input->post->get( 'description', '', 'HTML' );
with a line:
$row->description = JRequest::getVar('description', '', 'post', 'string', JREQUEST_ALLOWHTML);
then html tags save.