diff --git a/core/js/share.js b/core/js/share.js index 4c4542daf8..3341c56295 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -627,21 +627,21 @@ OC.Share={ html += ' '; } if (oc_appconfig.core.resharingAllowed && (possiblePermissions & OC.PERMISSION_SHARE)) { - html += ''; + html += ''; } if (possiblePermissions & OC.PERMISSION_CREATE || possiblePermissions & OC.PERMISSION_UPDATE || possiblePermissions & OC.PERMISSION_DELETE) { - html += ' '; + html += ''; } showCrudsButton = ''+t('core', 'access control')+''; html += ''; html += '';