From 24357e34b2af70c746dd62707e80a5c046579c9f Mon Sep 17 00:00:00 2001 From: "Simon L." <szaimen@e.mail.de> Date: Thu, 19 Sep 2024 10:51:07 +0200 Subject: [PATCH] aio-interface: setup.twig: remove whitespace after br, before span tag Signed-off-by: Simon L. <szaimen@e.mail.de> --- php/templates/setup.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/setup.twig b/php/templates/setup.twig index 3ec51881..9f75fdf7 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -7,7 +7,7 @@ <h1>All-in-One setup</h1> <p>The official Nextcloud installation method. Nextcloud All-in-One provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p> <p>⚠️ <strong>Please note down the passphrase to access the AIO interface and don't lose it!</strong></p> - <strong>Passphrase</strong><br/> <span class="monospace">{{ password }}</span><br> + <strong>Passphrase</strong><br/><span class="monospace">{{ password }}</span><br> <a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a> </div> </div>