diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-04-28 08:33:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 08:33:45 +0200 |
commit | 3fd75e288cf62551d4e7a300f178a763bd3d406f (patch) | |
tree | 215de0216df4696917836a60ace024169155bb9b /settings/templates/certificates.php | |
parent | a809aa51cd52d8fee93689452dd86d90ac4f9ad7 (diff) | |
parent | d6e7cee60779d85d05264ba360463ab9eabc7d35 (diff) | |
download | nextcloud-server-3fd75e288cf62551d4e7a300f178a763bd3d406f.tar.gz nextcloud-server-3fd75e288cf62551d4e7a300f178a763bd3d406f.zip |
Merge pull request #4569 from nextcloud/fix-icons
Fix icons in sidebar on personal page
Diffstat (limited to 'settings/templates/certificates.php')
-rw-r--r-- | settings/templates/certificates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/certificates.php b/settings/templates/certificates.php index 16f8dda31ad..ac0a2293800 100644 --- a/settings/templates/certificates.php +++ b/settings/templates/certificates.php @@ -1,5 +1,5 @@ <div class="section"> - <h2><?php p($l->t('SSL Root Certificates')); ?></h2> + <h2 data-anchor-name="ssl-root-certificate"><?php p($l->t('SSL Root Certificates')); ?></h2> <table id="sslCertificate" class="grid" data-type="<?php p($_['type']); ?>"> <thead> <tr> |