X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/c224cdef02533a5a5962fa25f1a76f86c0d60005..de22ea374455fb4c8c626cab04b051be4b2fc6ab:/src/editor/modules/metadataEditor/templates/item.html

diff --git a/src/editor/modules/metadataEditor/templates/item.html b/src/editor/modules/metadataEditor/templates/item.html
index 8166eb5..f170c5a 100644
--- a/src/editor/modules/metadataEditor/templates/item.html
+++ b/src/editor/modules/metadataEditor/templates/item.html
@@ -1,5 +1,5 @@
 <tr>
     <td></td>
-    <td><div contenteditable="true" class="rng-module-metadataEditor-metaItemValue"><%= value %></div></td>
-    <td><button class="rng-visualEditor-metaRemoveBtn btn btn-mini btn-danger">x</button></td>
+    <td></td>
+    <td><a href="#" class="rng-visualEditor-metaRemoveBtn">x</a></td>
 </tr>
\ No newline at end of file