diff -r 839efd6eddf1 -r 679809037606 integration/js/mediaplayer.js --- a/integration/js/mediaplayer.js Wed Dec 05 15:39:12 2012 +0100 +++ b/integration/js/mediaplayer.js Thu Dec 06 12:38:34 2012 +0100 @@ -10,7 +10,8 @@ '
' + '
' + '
' - + '

<%= annotation.title %>

' + + '

<%= annotation.title %>

' + + '

<%= annotation.description %>

<% if (annotation.keywords.length) { print("

" + gettext("Tags:") + " " + annotation.keywords.join(", ") + "

"); } %>' + '

<%= gettext("From:") %> <%= annotation.begin.toString() %> <%= gettext("to:") %> <%= annotation.end.toString() %> (<%= gettext("duration:") %> <%= annotation.getDuration().toString() %>)

' + '' + '
'