Merge branch 'master' into NamingFixes
This commit is contained in:
		| @ -101,7 +101,7 @@ | ||||
|                                 <label for="@p.Name" class="control-label">@p.Title: </label> | ||||
|                             </td> | ||||
|                             <td> | ||||
|                                 <input class="form-control" maxlength="@p.MaxLength" value="@GetProfileValue(p.Name, p.DefaultValue)" placeholder="@p.Description" @onchange="(e => ProfileChanged(e, p.Name))" /> | ||||
|                                 <input class="form-control" maxlength="@p.MaxLength" value="@GetProfileValue(p.Name, p.DefaultValue)" placeholder="@p.Description" @onchange="@(e => ProfileChanged(e, p.Name))" /> | ||||
|                             </td> | ||||
|                         </tr> | ||||
|                     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker