diff -r 93d63d88f4f7 -r e2d1478c843f integration/js/editor.js --- a/integration/js/editor.js Thu Dec 06 14:30:48 2012 +0100 +++ b/integration/js/editor.js Thu Dec 06 15:08:15 2012 +0100 @@ -29,7 +29,7 @@ + '
' + '
' + '

<%= annotation.title %>

' - + '

<%= annotation.description %>

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

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

"); } %>' + + '

<%= annotation.description %>

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

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

"); } %>' + '<%= gettext("Clone segment") %>' + '

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

' + '
'