diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_message.html')
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_message.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_message.html b/phpBB/styles/subSilver/template/mcp_message.html index 55a49cb604..f31b576753 100644 --- a/phpBB/styles/subSilver/template/mcp_message.html +++ b/phpBB/styles/subSilver/template/mcp_message.html @@ -1,12 +1,12 @@ <!-- INCLUDE mcp_header.html --> <table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center"> - <tr> - <th height="28"><b>{MESSAGE_TITLE}</b></th> - </tr> - <tr> - <td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td> - </tr> +<tr> + <th height="28"><b>{MESSAGE_TITLE}</b></th> +</tr> +<tr> + <td class="row1" align="center"><br /><span class="gen">{MESSAGE_TEXT}</span><br /><br /></td> +</tr> </table> <br clear="all" /> |