Skip to content

Commit

Permalink
Fix errors within template
Browse files Browse the repository at this point in the history
  • Loading branch information
rushirajnenuji committed Aug 16, 2023
1 parent 89c81d5 commit 741038f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/templates/entityModal.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<i class="icon icon-on-left </i> <b></b>
<i class="icon icon-on-left"></i> <b></b>
<button
type="button"
class="close"
Expand All @@ -17,8 +17,6 @@
</div>

<div class="modal-footer">
<a class="btn" >
</a>
</div>
</div>
<!-- /.modal-content -->
Expand Down

0 comments on commit 741038f

Please sign in to comment.