Skip to content

Commit

Permalink
MDL-73334 componentlibrary: Remove ilegal whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Jan 17, 2022
1 parent fac8979 commit ca1d3b7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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 >}}

0 comments on commit ca1d3b7

Please sign in to comment.