diff options
Diffstat (limited to 'modules/gallery/views/admin_maintenance_show_log.html.php')
| -rw-r--r-- | modules/gallery/views/admin_maintenance_show_log.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php index 2dfef90f..c61db871 100644 --- a/modules/gallery/views/admin_maintenance_show_log.html.php +++ b/modules/gallery/views/admin_maintenance_show_log.html.php @@ -9,7 +9,7 @@ appendTo('body').submit().remove(); }; </script> -<div id="gTaskLogDialog"> +<div id="gTaskLog-dialog"> <h1> <?= $task->name ?> </h1> <div class="gTaskLog"> <pre><?= html::purify($task->get_log()) ?></pre> |
