_includes/modals/form_modal.html in jekyll-theme-easy-wedding-0.1.6 vs _includes/modals/form_modal.html in jekyll-theme-easy-wedding-0.1.10
- old
+ new
@@ -1,15 +1,15 @@
{% capture modal_content %}
<form>
<div class="modal-header">
- <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">{{ include.name }}</h4>
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body form-horizontal text-center">
{{ content }}
</div>
<div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">
+ <button type="button" class="btn btn-default" data-bs-dismiss="modal">
{% if page.cancel_text %}
{{ page.cancel_text }}
{% else %}
Cancel
{% endif %}
\ No newline at end of file