From: Jan Szejko <janek37@gmail.com>
Date: Tue, 25 Apr 2017 09:20:29 +0000 (+0200)
Subject: remove mismatched html tags
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/bb856bb163a586641fe9f6edf7723d3d905f2dfb?ds=sidebyside

remove mismatched html tags

(cherry picked from commit 246796c)
---

diff --git a/src/editor/plugins/core/metadataEditor/templates/main.html b/src/editor/plugins/core/metadataEditor/templates/main.html
index cd4cc89..d5f8dd7 100644
--- a/src/editor/plugins/core/metadataEditor/templates/main.html
+++ b/src/editor/plugins/core/metadataEditor/templates/main.html
@@ -1,6 +1,6 @@
 <div class="rng-module-metadataEditor">
     <table class="table table-condensed table-bordered">
     </table>
-    <button class="rng-module-metadataEditor-addBtn btn btn-mini btn-info">+</button></td>
+    <button class="rng-module-metadataEditor-addBtn btn btn-mini btn-info">+</button>
     <div style="clear: both"></div>
 </div>
\ No newline at end of file