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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2022-08-25 17:00:20 +0300
committerGitHub <noreply@github.com>2022-08-25 17:00:20 +0300
commitd49bdec7d1e65b6526237d2d1d5df9cbb6bb2c43 (patch)
tree529ce7e2a23a97d3d1c879b7a391cb9dacb03e03
parentf926ac7bbc8e3d36e1c23b7df99edba87533f7fc (diff)
Fix cs
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 8b423d0..2a64a55 100644
--- a/index.php
+++ b/index.php
@@ -1745,7 +1745,7 @@ if (strpos($updaterUrl, 'index.php') === false) {
<button id="startUpdateButton"><?php echo $buttonText ?></button>
<?php
}
- ?>
+ ?>
<button id="retryUpdateButton" class="hidden">Retry update</button>
</div>
</li>