diff --git a/app/appinfo/info.xml b/app/appinfo/info.xml
index b853732f..2e8fe027 100644
--- a/app/appinfo/info.xml
+++ b/app/appinfo/info.xml
@@ -13,7 +13,7 @@
monitoring
https://github.com/nextcloud/all-in-one/issues
-
+
diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 16307c72..cd4df5ae 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -28,7 +28,7 @@
{% set isBackupOrRestoreRunning = false %}
{% set isApacheStarting = false %}
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
- {% set newMajorVersion = 27 %}
+ {% set newMajorVersion = '' %}
{% if is_backup_container_running == true %}
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}