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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPytal <24800714+Pytal@users.noreply.github.com>2021-09-27 11:52:37 +0300
committerGitHub <noreply@github.com>2021-09-27 11:52:37 +0300
commit8d730706c20061e92bb7b6de11bfba81e8f4fafe (patch)
tree6979db064183971217b97711c3b4a49c98a773c0 /page-release-channels.php
parentfabe771963f5edb82dcb56fbede8478a58f34e8d (diff)
Remove and replace deprecated name attribute on anchor elements with id (#1548)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'page-release-channels.php')
-rw-r--r--page-release-channels.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-release-channels.php b/page-release-channels.php
index e302efba..c8549dd6 100644
--- a/page-release-channels.php
+++ b/page-release-channels.php
@@ -89,7 +89,7 @@
<p><?php echo $l->t('Note that releases don\'t show up in the updater app right away. We usually stagger releases out to watch the impact and hold off in case very serious problems pop up. In practice, most bugfix releases are available within a week, major releases to a proportion of the users on release day in the Stable channel; we will increase that percentage usually to 100% after the first bugfix release.Packages for the Release channels might be available in distributions, docker images, Snap and so on, this is up to the packagers and communities developing for those platforms.');?></p>
<!--<p><strong>Security note:</strong></br>
To receive information about updates and security issues, we recommend a subscription to our low-traffic <a href="http://mailman.nextcloud.org/mailman/listinfo/announcements">announcement mailing list</a>.</p>-->
- <a name=""></a>
+ <a id=""></a>
<p><?php echo $l->t('To <em>upgrade in the safest way possible</em>, always update to the latest minor release before upgrading to a new version. As an extreme example, to upgrade from 9 all the way to 12.0.5, upgrade 9.0.x to 9.0.6, then upgrade to 10.0.6, 11.0.7, then 12.0.5. We try to set up our updater to do this automatically for you whenever possible.');?></p>
</div>
<!-- <div class="col-lg-3 col-md-4 col-sm-6 col-xs-10">