diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/viewonline_whois.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewonline_whois.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/viewonline_whois.html b/phpBB/styles/prosilver/template/viewonline_whois.html index a9c6473727..5d780490da 100644 --- a/phpBB/styles/prosilver/template/viewonline_whois.html +++ b/phpBB/styles/prosilver/template/viewonline_whois.html @@ -3,14 +3,10 @@ <h2>{L_WHOIS}</h2> <div class="panel"> - <div class="inner"><span class="corners-top"><span></span></span> - - <div class="postbody"><div class="content"> - <pre>{WHOIS}</pre> - </div></div> - - <span class="corners-bottom"><span></span></span></div> + <div class="inner"> + <pre>{WHOIS}</pre> + </div> </div> <a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> -<!-- INCLUDE simple_footer.html -->
\ No newline at end of file +<!-- INCLUDE simple_footer.html --> |