Jason S
posted this on November 15, 2011 18:58
Removal of the bug connected with the lack of JW Players launch.
Open file /sites/all/themes/govideo/video-play-html5.tpl.php
Replace string #59
'description': '<?php print str_replace ("'", "\'",govideo_truncate_utf8($video->node->body[$video->node->language][0]['value'], 250, true, true)); ?>',
with
'description': '<?php print str_replace ("'", "\'",govideo_truncate_utf8(strip_tags($video->node->body[$video->node->language][0]['value']), 250, true, true)); ?>',