aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-10-10 17:56:59 +0000
committerChris Smith <toonarmy@phpbb.com>2008-10-10 17:56:59 +0000
commit980cb2e5bb298ca90802dd2f0c31738963514a91 (patch)
tree2c65a880ec7e0e9f41c3db0b0a9f4d825fb0a763 /phpBB/styles
parent55d8d97d2f72615b4113a8f2362c73a99986f8ff (diff)
downloadforums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar
forums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar.gz
forums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar.bz2
forums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar.xz
forums-980cb2e5bb298ca90802dd2f0c31738963514a91.zip
Erm yeah that bit is kinda important (fixing r8993)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8995 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_pm_history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html
index f1bb6ae70f..cb87d1892a 100644
--- a/phpBB/styles/subsilver2/template/ucp_pm_history.html
+++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html
@@ -32,7 +32,7 @@
<td valign="top">
<table width="100%" cellspacing="0" cellpadding="2">
<tr>
- <td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}">{history_row.DECODED_MESSAGE}</div></td>
+ <td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>
</tr>
</table>
</td>