X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0214643f72c6aaa8e85eaba2ad27f2ca03ca6401..b2f1929ee729de25d516b0f9cdb49f265ce2d848:/modules/metadataEditor/templates/item.html

diff --git a/modules/metadataEditor/templates/item.html b/modules/metadataEditor/templates/item.html
index ef91cab..3920f68 100644
--- a/modules/metadataEditor/templates/item.html
+++ b/modules/metadataEditor/templates/item.html
@@ -1,5 +1,5 @@
-<tr>
-    <td><div contenteditable="true" class="rng-module-metadataEditor-metaItemKey"><%= key %></div></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>
+<tr>
+    <td><div contenteditable="true" class="rng-module-metadataEditor-metaItemKey"><%= key %></div></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>
 </tr>
\ No newline at end of file