fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: fix in toolbar - missing initial value for 'document' actions param
[fnpeditor.git]
/
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
28a98e8
..
f170c5a
100644
(file)
--- a/
src/editor/modules/metadataEditor/templates/item.html
+++ b/
src/editor/modules/metadataEditor/templates/item.html
@@
-1,5
+1,5
@@
<tr>
<td></td>
<td></td>
- <td><
button class="rng-visualEditor-metaRemoveBtn btn btn-mini btn-danger">x</button
></td>
+ <td><
a href="#" class="rng-visualEditor-metaRemoveBtn">x</a
></td>
</tr>
\ No newline at end of file