client/templates/nodeeditor_readonly.html
changeset 530 9823b527c3a1
parent 520 f14ff8669037
child 635 dffc5ec04c87
--- a/client/templates/nodeeditor_readonly.html	Wed Sep 16 17:57:47 2015 +0200
+++ b/client/templates/nodeeditor_readonly.html	Fri Sep 18 15:36:46 2015 +0200
@@ -7,7 +7,7 @@
         <% if (node.uri) { %>
             <a href="<%-node.uri%>" target="_blank">
         <% } %>
-        <%-node.title%>
+        <%=node.title%>
         <% if (node.uri) { %></a><% } %>
     </span>
 </h2>