From ea08c0496373490b766c2697ec2ce4aad56ad90e Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 16:49:28 +0200 Subject: [PATCH] nothing important --- install/template/template.php | 10 +++++----- system/templates/install.config.html.twig | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/install/template/template.php b/install/template/template.php index 862a97af..5d4afd15 100644 --- a/install/template/template.php +++ b/install/template/template.php @@ -11,7 +11,7 @@
- + @@ -28,10 +28,10 @@ if ($step == $value) { $progress = ($i == 6) ? 100 : $i * 16; } - - echo '' . ++$i . '. ' . $locale['step_' . $value] . ''; + + echo '
  • ' . ++$i . '. ' . $locale['step_' . $value] . '
  • '; } - + ?>
    @@ -71,4 +71,4 @@

    - \ No newline at end of file + diff --git a/system/templates/install.config.html.twig b/system/templates/install.config.html.twig index a6ba24f7..b25f9dbf 100644 --- a/system/templates/install.config.html.twig +++ b/system/templates/install.config.html.twig @@ -12,7 +12,7 @@ {% for value in ['server_path', 'mail_admin'] %}
    - + {{ locale['step_config_' ~ value ~ '_desc'] }}
    {% endfor %} @@ -43,9 +43,9 @@ {{ locale.step_config_usage_desc }} - +
    {{ buttons|raw }}
    - \ No newline at end of file +