From 1c216c248c596dff9a06316d8e805e03771ff2fd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 27 Jul 2021 17:42:20 +0100 Subject: [PATCH] Storing shared items federation domains --- webapp_profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index bfabdbb65..c09e4432e 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1358,8 +1358,8 @@ def _htmlEditProfileSharedItems(baseDir: str, nickname: str, domain: str, editProfileForm = beginEditSection(translate['Shares']) idx = 'List of domains which can access the shared items catalog' editProfileForm += \ - editTextArea(translate[idx], 'shareDomainList', sharedItemsStr, - 200, '', False) + editTextArea(translate[idx], 'shareDomainList', + sharedItemsStr, 200, '', False) editProfileForm += endEditSection() return editProfileForm