Skip to content

Commit

Permalink
Merge pull request #151 from spyrales/hotfix-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay authored Aug 24, 2023
2 parents b68d2b8 + 8c4d18a commit 55c8fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinygouv
Title: Implement the DSFR for your shiny applications
Version: 1.0.2
Version: 1.0.3
Authors@R: c(
person("Juliette", "ENGELAERE-LEFEBVRE", , "juliette.engelaere-lefebvre@developpement-durable.gouv.fr", role = c("aut", "cre")),
person("Sébastien", "Rochette", , "sebastien@thinkr.fr", role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion inst/v1.9.3/composant/modalDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="fr-col-12 fr-col-md-8 fr-col-lg-6">
<div class="fr-modal__body">
<div class="fr-modal__header">
<button class="fr-link--close fr-link" title="Fermer la fenêtre modale" aria-controls="fr-modal-1">Fermer</button>
<button class="fr-link--close fr-link" title="Fermer la fenêtre modale" aria-controls="{{inputId}}">Fermer</button>
</div>
<div class="fr-modal__content">
<h1 id="fr-modal-title-modal-1" class="fr-modal__title"><span class="fr-fi-arrow-right-line fr-fi--lg"></span>{{title}}</h1>
Expand Down

0 comments on commit 55c8fe4

Please sign in to comment.