Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-10 19:09:40 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2020-01-11 10:23:58 +0300
commit13a6d52cef7d79100997ba67661cb5471e21f8cf (patch)
tree764a52f320fbe8f02f3c4d2ada5c7e24762cf8b2 /core/templates
parent687715c877ec09750198e24abc72e80ea9d36174 (diff)
Limit the size of the container on guest pages
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/update.use-cli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php
index 06d7e284907..30f4169a1db 100644
--- a/core/templates/update.use-cli.php
+++ b/core/templates/update.use-cli.php
@@ -14,7 +14,7 @@
<?php if ($_['tooBig']) { ?>
<div class="warning updateAnyways">
- <?php p($l->t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.' )); ?>
+ <p><?php p($l->t('I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure.' )); ?></p>
<a href="?IKnowThatThisIsABigInstanceAndTheUpdateRequestCouldRunIntoATimeoutAndHowToRestoreABackup=IAmSuperSureToDoThis" class="button updateAnywaysButton"><?php p($l->t('Upgrade via web on my own risk' )); ?></a>
</div>
<?php } ?>