diff --git a/index.rmd b/index.rmd index 5b288e0..f9bde75 100644 --- a/index.rmd +++ b/index.rmd @@ -323,7 +323,7 @@ observeEvent(input$publish, file.copy("cloture.html", str_c("archive/cloture", input$annee, "_", str_pad(input$mois, 2, "left", "0"), ".html"), overwrite = T) file.copy("cloture.html", "/var/www/html/cloture/", overwrite = T) - showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T)) + showModal(modalDialog(title = "Publication", p("Fichier archivé et publié, disponible", a("ici", href = "https://livenne.chu-nancy.fr/sitedim/index.php/clot/bilan")), easyClose = T, footer = NULL)) }) ```