Skip to content

Commit 84390de

Browse files
committed
don't use <th> in account.php
1 parent c725e82 commit 84390de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webroot/panel/account.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@
109109
<h5>Account Details</h5>
110110
<table>
111111
<tr>
112-
<th>Username</th>
112+
<td>Username</th>
113113
<td><code>$uid</code></td>
114114
</tr>
115115
<tr>
116-
<th>Organization</th>
116+
<td>Organization</th>
117117
<td><code>$org</code></td>
118118
</tr>
119119
<tr>
120-
<th>Email</th>
120+
<td>Email</th>
121121
<td><code>$mail</code></td>
122122
</tr>
123123
</table>

0 commit comments

Comments
 (0)