X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0214643f72c6aaa8e85eaba2ad27f2ca03ca6401..bedc5daf8a42c50c84b8c43b5924c10d07ed0b3a:/modules/metadataEditor/templates/item.html?ds=inline 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