client/templates/nodeeditor_readonly.html
changeset 468 364c367df7fc
parent 434 0d5998b32a7c
child 477 b0d234cd739e
--- a/client/templates/nodeeditor_readonly.html	Wed Jun 10 14:27:12 2015 +0200
+++ b/client/templates/nodeeditor_readonly.html	Fri Jun 12 14:46:08 2015 +0200
@@ -16,7 +16,7 @@
         <a href="<%-node.uri%>" target="_blank"><%-node.short_uri%></a>
     </p>
 <% } %> <% if (options.show_node_tooltip_description) { %>
-    <p class="Rk-Display-Description"><%-node.description%></p>
+    <p class="Rk-Display-Description"><%=node.description%></p>
 <% } %> <% if (node.image && options.show_node_tooltip_image) { %>
     <img class="Rk-Display-ImgPreview" src="<%-node.image%>" />
 <% } %> <% if (node.has_creator && options.show_node_tooltip_creator) { %>