aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_whois.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-09-20 15:36:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-09-20 15:36:00 +0000
commit529980ab79094234eda8e6d796a3e0736c1c00cc (patch)
tree52b664de6cded259ba6af3201fe6a3de607db371 /phpBB/styles/prosilver/template/mcp_whois.html
parent951f793daeb358eace97cdd0b1c321766da55d48 (diff)
downloadforums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar
forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.gz
forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.bz2
forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.xz
forums-529980ab79094234eda8e6d796a3e0736c1c00cc.zip
language fixes and template adjustements for the whois facility...
git-svn-id: file:///svn/phpbb/trunk@8093 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_whois.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_whois.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_whois.html b/phpBB/styles/prosilver/template/mcp_whois.html
index 2bd065996c..5872bd0b91 100644
--- a/phpBB/styles/prosilver/template/mcp_whois.html
+++ b/phpBB/styles/prosilver/template/mcp_whois.html
@@ -5,7 +5,9 @@
<div class="inner"><span class="corners-top"><span></span></span>
<p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
- <pre>{WHOIS}</pre>
+ <div class="postbody"><div class="content">
+ <pre>{WHOIS}</pre>
+ </div></div>
<p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
<span class="corners-bottom"><span></span></span></div>