diff options
Diffstat (limited to 'core/views/welcome_syscheck.html.php')
| -rw-r--r-- | core/views/welcome_syscheck.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/welcome_syscheck.html.php b/core/views/welcome_syscheck.html.php index 7355e431..5f1a1945 100644 --- a/core/views/welcome_syscheck.html.php +++ b/core/views/welcome_syscheck.html.php @@ -40,8 +40,8 @@ <td><?= $module->name ?></td> <td><?= $module->version ?></td> <td> - <?= html::anchor("welcome/install/{$module->name}", "install") ?>, - <?= html::anchor("welcome/uninstall/{$module->name}", "uninstall") ?> + <?= html::anchor("welcome/install/{$module->name}", "install") ?>, + <?= html::anchor("welcome/uninstall/{$module->name}", "uninstall") ?> </td> </tr> <? endforeach; ?> |
