Skip to content

Commit 6e7ce40

Browse files
committed
Fixes #1420
1 parent d409603 commit 6e7ce40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Application/view/application/tabs/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo $this->modalwindow("confirm-delete-file",
4646
"",
4747
null,
4848
"<p>Voulez-vous vraiment supprimer le fichier <em><span id=\"file_name\"></span></em> ?</p>",
49-
"<a class=\"btn btn-danger\" id=\"delete-file-href\">Confirmer</a>
49+
"<button class=\"btn btn-danger\" id=\"delete-file-href\">Confirmer</button>
5050
<button class=\"btn\" href=\"#\" data-dismiss=\"modal\" aria-hidden=\"true\">Annuler</button>");
5151
?>
5252

0 commit comments

Comments
 (0)