summaryrefslogtreecommitdiff
path: root/modules/gallery/views/user_profile_info.html.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-21 13:08:06 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-21 13:08:06 -0800
commitbe20309259de9310da3be703c93c4e42def2541b (patch)
tree38ecbb4fe4183e65af79cd9fbdfae3d99b8cd4d3 /modules/gallery/views/user_profile_info.html.php
parentcb57c3912aef6bed394a4693f94e9c97001aff34 (diff)
parent1377b2c7b3110a132d4b2d748be72a6aafa537e6 (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'modules/gallery/views/user_profile_info.html.php')
-rw-r--r--modules/gallery/views/user_profile_info.html.php2
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 ?>