summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-09-12 10:24:02 +0200
committerJoas Schilling <coding@schilljs.com>2018-09-12 10:24:02 +0200
commit57ef1d307bec09c61b813ca6bafe261e8fe4df22 (patch)
tree8449dbdf6c5ea730a51e6c3dfb6b8d8859d38621 /settings/templates
parent039145c4d1ed37f2163eba94858f695e355eb995 (diff)
downloadnextcloud-server-57ef1d307bec09c61b813ca6bafe261e8fe4df22.tar.gz
nextcloud-server-57ef1d307bec09c61b813ca6bafe261e8fe4df22.zip
Fix the link and anchor for the update notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/settings/admin/overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/admin/overview.php b/settings/templates/settings/admin/overview.php
index cf725d3101e..aad6ae80a7d 100644
--- a/settings/templates/settings/admin/overview.php
+++ b/settings/templates/settings/admin/overview.php
@@ -59,7 +59,7 @@
</div>
-<div class="section">
+<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p>