diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index ab1b631e..293a4e9e 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -109,8 +109,8 @@
{% if apache_port != '443' %}
If you run into issues getting your domain accepted, see these steps for how to debug things.
{% endif %}
- Hint: If the domain validation fails but you are completely sure that you've configured everything correctly, you may skip the domain validation by following this documentation.
-
+ Hint: If the domain validation fails but you are completely sure that you've configured everything correctly, you may skip the domain validation by following this documentation.
+
{% endif %}
@@ -218,7 +218,7 @@
Initial Nextcloud password:
{% if borg_backup_host_location != '' %}
{# nextcloud_password needs to be duplicated due to a bug in Firefox. See https://github.com/nextcloud/all-in-one/issues/638. #}
- {{ nextcloud_password }}
+ {{ nextcloud_password }}
{% else %}
{{ nextcloud_password }}
{% endif %}
@@ -384,8 +384,8 @@
-
-
+
+
{% endif %}
{% if has_backup_run_once == false %}
You may change the backup path again since the initial backup was not successful. After submitting the new value, you need to click on 'Create Backup' for testing the new value.
@@ -419,7 +419,7 @@
Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app - but you can add further Docker volumes and host paths that you want to back up after the initial backup is done.
Daily backups can get enabled after the initial backup is done. Enabling this also allows to enable an option that allows to update all containers, Nextcloud and its apps automatically.
- For further documentation and options on this backup solution refer to this section and below.
+ For further documentation and options on this backup solution refer to this section and below.
{% if isApacheStarting != true %}