summaryrefslogtreecommitdiffstats
path: root/webui_templates/profile_edit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/profile_edit.tmpl')
-rw-r--r--webui_templates/profile_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index e6cc0c0a..be0433eb 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -452,7 +452,7 @@ redhatmanagementkey"
</td>
<td>
#if $profile
- #set ownerslist = ','.join($profile.owners)
+ #set ownerslist = ' '.join($profile.owners)
#end if
<input type="text" size="255" style="width: 400px;" name="owners" id="owners"
#if $profile