Skip to content

Commit

Permalink
Remove duplicate title ID (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Jun 4, 2020
1 parent 9c367e7 commit 30cdb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/title.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<div>
<h3 class="uk-modal-title break-word" id="modal-title">Edit</h3>
<h3 class="uk-modal-title break-word">Edit</h3>
</div>
</div>
<div class="uk-modal-body">
Expand Down Expand Up @@ -156,4 +156,4 @@
<script src="<%= base_url %>js/title.js"></script>
<script src="<%= base_url %>js/search.js"></script>
<script src="<%= base_url %>js/sort-items.js"></script>
<% end %>
<% end %>

0 comments on commit 30cdb3e

Please sign in to comment.