diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-12 13:39:52 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-06-12 13:39:52 +0000 |
commit | 81e9d7a7ee1023a4557e5afae9f667e0e61971b6 (patch) | |
tree | 659adf14cf1702a62b87d250c9bee85c692190e1 /phpBB | |
parent | 06bb1ff5329b2334896c366f92ecdaa95d891146 (diff) | |
download | forums-81e9d7a7ee1023a4557e5afae9f667e0e61971b6.tar forums-81e9d7a7ee1023a4557e5afae9f667e0e61971b6.tar.gz forums-81e9d7a7ee1023a4557e5afae9f667e0e61971b6.tar.bz2 forums-81e9d7a7ee1023a4557e5afae9f667e0e61971b6.tar.xz forums-81e9d7a7ee1023a4557e5afae9f667e0e61971b6.zip |
Minor language update
git-svn-id: file:///svn/phpbb/trunk@479 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/PSO/posting_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl index 6eb2b0f22f..79e6755750 100644 --- a/phpBB/templates/PSO/posting_body.tpl +++ b/phpBB/templates/PSO/posting_body.tpl @@ -24,7 +24,7 @@ function insertCode(formObj, selectObj){ <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}">{SUBJECT_INPUT}</font></td> </tr> <tr> - <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_MESSAGEBODY}</b></font><br><br><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{HTML_STATUS}<br>{BBCODE_STATUS}</font></td> + <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_MESSAGE_BODY}</b></font><br><br><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{HTML_STATUS}<br>{BBCODE_STATUS}</font></td> <td bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}">{MESSAGE_INPUT}</font></td> |