fix selecting nodes with no text & allow deleting images
[fnpeditor.git] / src / editor / plugins / core / img / box.html
index e07a7f3..9294581 100644 (file)
@@ -1,7 +1,7 @@
 <div link-box style="white-space: nowrap">
     <a link target="blank" href="<%= url %>"><%= text %></a> <br/>--
     <span>
-        <a class="change" href="#"><%= gettext('change') %></a> <!-- |
-        <a class="delete" href="#"><%= gettext('remove') %></a> -->
+        <a class="change" href="#"><%= gettext('change') %></a>
+        <a class="delete" href="#"><%= gettext('remove') %></a>
     </span>
 </div>