diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-04 05:22:06 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-04 05:22:06 +0000 |
| commit | ade1650846605d648da2565994e309414d908ac5 (patch) | |
| tree | b49d2e1fbda2a0bdd9de36954124fe82f6120d7f /core/views/welcome_syscheck.html.php | |
| parent | f8b22c5aa9f70824004905fc864dead72bef67ea (diff) | |
Add a test to detect tabs in our code, and convert all tabs to spaces
so that the test passes.
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; ?> |
