I noticed when using VideoJS player for an html5 video, the text "videojs" was being outputted on screen just before the player itself. After a bit of hunting around, it appears there is an "echo" on line 226 of video.theme.inc - should this be removed?

  echo $video->html5_player = variable_get('video_extension_' . $video->player . '_html5_player', '');

Comments

hypertext200’s picture

Status: Active » Closed (works as designed)
hypertext200’s picture

Status: Closed (works as designed) » Closed (cannot reproduce)