Skip to content

Commit

Permalink
Merge pull request #5293 from nextcloud/enh/noid/remove-whitespace
Browse files Browse the repository at this point in the history
aio-interface: setup.twig: remove whitespace after br, before span tag
  • Loading branch information
szaimen authored Sep 25, 2024
2 parents d6887a3 + 24357e3 commit 4351034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/templates/setup.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4351034

Please sign in to comment.