MDL-73334 componentlibrary: Remove ilegal whitespaces

This commit is contained in:
Sara Arjona
2022-01-17 12:01:00 +01:00
parent fac897936f
commit ca1d3b7f8c
@@ -16,7 +16,7 @@ to the element that will trigger the confirmation modal.
## Source files
* `lib/amd/src/confirm.js`
* `lib/amd/src/confirm.js`
* `lib/templates/modal.mustache`
## Usage
@@ -99,6 +99,6 @@ data-confirmation-toast-confirmation-str='["deleteblockinprogress", "block", "On
{{< example >}}
<button type="button" class="btn btn-primary" data-confirmation="modal" data-confirmation-title-str='["delete", "core"]'
data-confirmation-question-str='["areyousure"]' data-confirmation-yes-button-str='["delete", "core"]'
data-confirmation-question-str='["areyousure"]' data-confirmation-yes-button-str='["delete", "core"]'
data-confirmation-destination="http://moodle.com">Show confirmation modal</button>
{{< /example >}}