client/templates/nodeeditor_video.html
changeset 647 eaaa1efce396
parent 483 9bb08a2c2449
child 654 b2789b4cd389
--- a/client/templates/nodeeditor_video.html	Tue Oct 04 16:40:25 2016 +0200
+++ b/client/templates/nodeeditor_video.html	Thu Jan 05 16:26:07 2017 +0100
@@ -7,7 +7,7 @@
         <% if (node.uri) { %>
             <a href="<%-node.uri%>" target="_blank">
         <% } %>
-        <%-node.title%>
+        <%=node.title%>
         <% if (node.uri) { %></a><% } %>
     </span>
 </h2>