diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-27 17:58:41 -0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-27 17:58:41 -0300 |
commit | d6e7cee60779d85d05264ba360463ab9eabc7d35 (patch) | |
tree | a70672918e9ebb53d733c8ea4769b2b401060e56 /settings/templates/certificates.php | |
parent | f000e22a97b9bae756cc5977badeffbc7a6852e9 (diff) | |
download | nextcloud-server-d6e7cee60779d85d05264ba360463ab9eabc7d35.tar.gz nextcloud-server-d6e7cee60779d85d05264ba360463ab9eabc7d35.zip |
Fix icons in sidebar on personal page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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> |