diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/viewonline_whois.html')
-rw-r--r-- | phpBB/styles/subSilver/template/viewonline_whois.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/phpBB/styles/subSilver/template/viewonline_whois.html b/phpBB/styles/subSilver/template/viewonline_whois.html index 2b98660943..d10fa2ac0f 100644 --- a/phpBB/styles/subSilver/template/viewonline_whois.html +++ b/phpBB/styles/subSilver/template/viewonline_whois.html @@ -1,13 +1,12 @@ <!-- INCLUDE simple_header.html --> - <table class="tablebg" width="100%" cellspacing="1"> - <tr> - <th>{L_WHOIS}</th> - </tr> - <tr> - <td class="row1"><pre>{WHOIS}</pre></td> - </tr> - </table> - +<table class="tablebg" width="100%" cellspacing="1"> +<tr> + <th>{L_WHOIS}</th> +</tr> +<tr> + <td class="row1"><pre>{WHOIS}</pre></td> +</tr> +</table> <!-- INCLUDE simple_footer.html -->
\ No newline at end of file |