diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-02-18 23:00:58 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-02-18 23:00:58 -0700 |
commit | 2846d81171c7101e5015995f848d4cc3a9ddebf6 (patch) | |
tree | 8a9b2f4e7eaebe6c6b299b5eb8049777d5cd2c0f /modules/gallery/views/user_profile_info.html.php | |
parent | 934cc8d7eebf926fb6c1cc8f27a611a41e915dc6 (diff) |
First pass at user profile formatting updates. Moved buttons to the top, simplified HTML and CSS.
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 ?> |