diff options
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 1d059d4f77f..a2fe5d9b63a 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -1,6 +1,8 @@ <script id="categories-template" type="text/x-handlebars-template"> {{#each this}} - <li id="app-category-{{id}}" data-category-id="{{id}}"><a>{{displayName}}</a></li> + <li id="app-category-{{id}}" data-category-id="{{id}}" tabindex="0"> + <a>{{displayName}}</a> + </li> {{/each}} <?php if(OC_Config::getValue('appstoreenabled', true) === true): ?> |