bootstrap4-snippets
bootstrap4-snippets copied to clipboard
Fix some issues with bootstrap modals
This PR contains the following changes for bootstrap modals:
- variable names are consistently
modal*now - added
modalTitleIdas id to the modal title (h5) - use modal id variable instead of "exampleModal"
- indentation uses 4 spaces everywhere
- deleted some indentations that were wrong
Thank you for this code addon. I hope this PR is deemed useful. After all I stumbled upon these issues when using it.