diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 12:35:20 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 12:35:20 +0100 |
commit | dfa862673d27af2d11d5f6200b5560c0dcb8981e (patch) | |
tree | 867c6350ee838e87dc5636d7b3ab779e06c4c003 /settings | |
parent | cf3768718bad230b51f7e8d8fd9b91208e296525 (diff) | |
download | nextcloud-server-dfa862673d27af2d11d5f6200b5560c0dcb8981e.tar.gz nextcloud-server-dfa862673d27af2d11d5f6200b5560c0dcb8981e.zip |
Fix double tr creation in session list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/js/templates/authtoken.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/templates/authtoken.handlebars b/settings/js/templates/authtoken.handlebars index 3653c3246e1..2a6067b1aca 100644 --- a/settings/js/templates/authtoken.handlebars +++ b/settings/js/templates/authtoken.handlebars @@ -23,4 +23,4 @@ {{/if}} </div> </td> -<tr> +</tr> |