summaryrefslogtreecommitdiffstats
path: root/settings/templates/apps.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-10-20 12:02:08 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-10-26 16:15:15 +0100
commite19c49295a4bba82b2e1fa613ad03608c79d6443 (patch)
treedb431dbf13f6044a687a03086ec566cb6217e4c2 /settings/templates/apps.php
parent618a08aa00160c6b709a0da2bf8566b9002073ff (diff)
downloadnextcloud-server-e19c49295a4bba82b2e1fa613ad03608c79d6443.tar.gz
nextcloud-server-e19c49295a4bba82b2e1fa613ad03608c79d6443.zip
Use speaking ids
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r--settings/templates/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 5d9abe021ac..bb01d991e5e 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -24,7 +24,7 @@ script(
?>
<script id="categories-template" type="text/x-handlebars-template">
{{#each this}}
- <li id="app-category-{{id}}" data-category-id="{{id}}" tabindex="0">
+ <li id="app-category-{{ident}}" data-category-id="{{ident}}" tabindex="0">
<a>{{displayName}}</a>
</li>
{{/each}}