aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-20 19:00:22 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-20 19:00:22 +0000
commitca9cf471bf8def3bdf17837c8192c7150193ad93 (patch)
treea6201ee676cc5872c76262667d483e8b8fdfa540 /phpBB/templates
parent809f65ee8e1ab1338e4a725dc72e1233cfec00d5 (diff)
downloadforums-ca9cf471bf8def3bdf17837c8192c7150193ad93.tar
forums-ca9cf471bf8def3bdf17837c8192c7150193ad93.tar.gz
forums-ca9cf471bf8def3bdf17837c8192c7150193ad93.tar.bz2
forums-ca9cf471bf8def3bdf17837c8192c7150193ad93.tar.xz
forums-ca9cf471bf8def3bdf17837c8192c7150193ad93.zip
Separate sig completely from message
git-svn-id: file:///svn/phpbb/trunk@1647 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl
index a955f4713a..33170e369e 100644
--- a/phpBB/templates/subSilver/viewtopic_body.tpl
+++ b/phpBB/templates/subSilver/viewtopic_body.tpl
@@ -45,7 +45,7 @@
<td colspan="2"><hr /></td>
</tr>
<tr>
- <td colspan="2"><span class="postbody">{postrow.MESSAGE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
+ <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table>
</td>