Skip to content

Commit

Permalink
2.11.20 Adding view account profile
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 30, 2024
1 parent 6e2ef69 commit ee5c74c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/view-account-profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
<div id="id-edit-account-profile-form-div" style="display: hidden;">
<table>
<tr><td>&nbsp;</td></tr>
<th>
<td colspan="2" class="form-header">User Profile</td>
</th>
<tr>
<th colspan="2" class="form-header" id="user-profile-header">User Profile</th>
</tr>
<tr>
<td class="label">Username</td>
<td><?php echo $lUsername; ?></td>
Expand Down

0 comments on commit ee5c74c

Please sign in to comment.