diff options
Diffstat (limited to 'health-modules-html.lsp')
-rw-r--r-- | health-modules-html.lsp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/health-modules-html.lsp b/health-modules-html.lsp index eef9655..a1b92ca 100644 --- a/health-modules-html.lsp +++ b/health-modules-html.lsp @@ -1,8 +1,6 @@ <? local view = ... ?> -<h1>General health</h1> +<h1>Modules</h1> -<h2>Modules</h2> - -<h3>Installed modules</h3> +<h2>Installed modules</h2> <pre><?= view.modules.list ?></pre> |