diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_warn_user.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_warn_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_warn_user.html b/phpBB/styles/subsilver2/template/mcp_warn_user.html index bb77c91654..4bf6cabad3 100644 --- a/phpBB/styles/subsilver2/template/mcp_warn_user.html +++ b/phpBB/styles/subsilver2/template/mcp_warn_user.html @@ -8,7 +8,7 @@ <td class="row1" align="center"> <table cellspacing="1" cellpadding="2" border="0"> <tr> - <td class="gen" align="center"><!-- IF USER_COLOR --><b style="color: #{USER_COLOR}"><!-- ELSE --><b><!-- ENDIF -->{USERNAME}</b></td> + <td class="gen" align="center"><b>{USERNAME_FULL}</b></td> </tr> <!-- IF RANK_TITLE --> <tr> |