diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-27 11:35:11 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-27 11:35:11 +0100 |
commit | 6b45d7e5499a4ae910e2697702c4063b6558297b (patch) | |
tree | 439a1036fefb528f79c58ddab91c7a2507c4b319 /apps/files_external/templates | |
parent | 0f229d23f716b6cfa81fb5ec67bc97e405bceb60 (diff) | |
download | nextcloud-server-6b45d7e5499a4ae910e2697702c4063b6558297b.tar.gz nextcloud-server-6b45d7e5499a4ae910e2697702c4063b6558297b.zip |
Fixed actions and header missing th
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r-- | apps/files_external/templates/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php index b6bce5b30ba..8ceab06fd22 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -101,6 +101,7 @@ <?php if ($_['visibilityType'] === BackendService::VISIBILITY_ADMIN) print_unescaped('<th>'.$l->t('Available for').'</th>'); ?> <th> </th> <th> </th> + <th> </th> </tr> </thead> <tbody> |