diff -r ba1f278841a2 -r 6a7930a0d4d1 client/js/renderer/nodeeditor.js
--- a/client/js/renderer/nodeeditor.js Thu Feb 05 13:19:42 2015 +0100
+++ b/client/js/renderer/nodeeditor.js Wed Feb 11 12:33:19 2015 +0100
@@ -19,7 +19,7 @@
'<%= renkan.colorPicker %><%- renkan.translate("Choose color") %><% } %>' +
'<% if (options.show_node_editor_image) { %>

' +
'<% if (node.clip_path) { %>
<% }%>' +
- '
' +
+ '' +
'<% } %>' +
'<% if (options.show_node_editor_creator && node.has_creator) { %><%-renkan.translate("Created by:")%> <%- shortenText(node.created_by_title, 25) %>
<% } %>' +
'<% if (options.change_shapes) { %>