Merge pull request #5293 from nextcloud/enh/noid/remove-whitespace

aio-interface: setup.twig: remove whitespace after br, before span tag
This commit is contained in:
Simon L.
2024-09-25 11:45:21 +02:00
committed by GitHub

View File

@@ -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>