diff -r 79c59e503f08 -r e12243191095 client/templates/nodeeditor.html --- a/client/templates/nodeeditor.html Thu Mar 31 17:12:55 2016 +0200 +++ b/client/templates/nodeeditor.html Tue Apr 05 18:32:32 2016 +0200 @@ -5,10 +5,10 @@

<% if (options.show_node_editor_title_richtext) { %> -

<%=node.title%>
+
<%=node.title%>
<% } else { %> - <% } %> + <% } %>

<% if (options.show_node_editor_uri) { %>

@@ -31,7 +31,7 @@

<% if (options.show_node_editor_description_richtext) { %> -

<%=node.description%>
+
<%=node.description%>
<% } else { %> <% } %>