Commit 4f52f969f589f64f44d9b45c09c978dc018139ab
1 parent
8bc5d3a3
Exists in
master
and in
29 other branches
ActionItem707: fixing HTML
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/profile_editor/edit.rhtml
... | ... | @@ -24,11 +24,11 @@ |
24 | 24 | <th></th> |
25 | 25 | <th> |
26 | 26 | <%= radio_button 'profile_data', 'public_profile', 'true' %> |
27 | - <label for="profile_data_public_profile_true"><u><%= _('Public') %></u></a> | |
27 | + <label for="profile_data_public_profile_true"><u><%= _('Public') %></u></label> | |
28 | 28 | </th> |
29 | 29 | <th style='padding: 2px 10px 2px 2px;'> |
30 | 30 | <%= radio_button 'profile_data', 'public_profile', 'false' %> |
31 | - <label for="profile_data_public_profile_false"><u><%= _('Private') %></u></a> | |
31 | + <label for="profile_data_public_profile_false"><u><%= _('Private') %></u></label> | |
32 | 32 | </th> |
33 | 33 | </tr> |
34 | 34 | <tr> | ... | ... |