NIHVIVO-2280: Removed extra space
This commit is contained in:
parent
be0a835b29
commit
67fbfb9de0
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
<#include "userAccounts-associateProfilePanel.ftl">
|
<#include "userAccounts-associateProfilePanel.ftl">
|
||||||
|
|
||||||
<p>Roles<span class="requiredHint"> *</span> </p>
|
<p>Roles<span class="requiredHint"> *</span></p>
|
||||||
<#list roles as role>
|
<#list roles as role>
|
||||||
<input type="radio" name="role" value="${role.uri}" role="radio" <#if selectedRole = role.uri>checked</#if> />
|
<input type="radio" name="role" value="${role.uri}" role="radio" <#if selectedRole = role.uri>checked</#if> />
|
||||||
<label class="inline" for="${role.label}"> ${role.label}</label>
|
<label class="inline" for="${role.label}"> ${role.label}</label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue