diff options
Diffstat (limited to 'modules/gallery/views/user_profile_info.html.php')
-rw-r--r-- | modules/gallery/views/user_profile_info.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/user_profile_info.html.php b/modules/gallery/views/user_profile_info.html.php index 58e134bb..e559abda 100644 --- a/modules/gallery/views/user_profile_info.html.php +++ b/modules/gallery/views/user_profile_info.html.php @@ -2,7 +2,7 @@ <table> <? foreach ($user_profile_data as $label => $value): ?> <tr> - <td><?= html::clean($label) ?></td> + <th><?= html::clean($label) ?></th> <td><?= html::purify($value) ?></td> </tr> <? endforeach ?> |