From 2799724a1683023f9eaa618127af9d07c0c46f23 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 28 Dec 2009 16:46:05 +0000 Subject: Added ability to manage roles based on which roles file they're in = more granularity of roles. --- app/acf-util/password-status-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/acf-util/password-status-html.lsp') diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp index 045d770..eb960be 100755 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -29,7 +29,7 @@ io.write("") <%= html.html_escape(user.value.username.value) %> <%= html.html_escape(user.value.roles.label) %> - <%= html.html_escape(table.concat(user.value.roles.value, " / ")) %> + <%= html.html_escape(table.concat(user.value.roles.value, ", ")) %> Option -- cgit v1.2.3