aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-10-10 17:38:17 +0000
committerChris Smith <toonarmy@phpbb.com>2008-10-10 17:38:17 +0000
commitb86722d509042d548de593aa56750f5ca9b432c2 (patch)
treefb0d81a4daf82ce1305348b8898d034812f7f5d8 /phpBB/styles/subsilver2
parentb30abf821f20bd0f6be108466b0bbe225347dd0c (diff)
downloadforums-b86722d509042d548de593aa56750f5ca9b432c2.tar
forums-b86722d509042d548de593aa56750f5ca9b432c2.tar.gz
forums-b86722d509042d548de593aa56750f5ca9b432c2.tar.bz2
forums-b86722d509042d548de593aa56750f5ca9b432c2.tar.xz
forums-b86722d509042d548de593aa56750f5ca9b432c2.zip
Fix regression introduced in r8951 #34985
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8993 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-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 b880b8a72c..f1bb6ae70f 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" id="message_{history_row.MSG_ID}">{history_row.MESSAGE}</div></td>
+ <td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}">{history_row.DECODED_MESSAGE}</div></td>
</tr>
</table>
</td>