|
@@ -278,7 +278,7 @@ discard block |
|
|
block discarded – undo |
|
278
|
278
|
global $context, $scripturl, $txt, $settings, $options, $modSettings; |
|
279
|
279
|
|
|
280
|
280
|
echo ' |
|
281
|
|
- <div class="windowbg" id="msg', $message['id'],'"> |
|
|
281
|
+ <div class="windowbg" id="msg', $message['id'], '"> |
|
282
|
282
|
<div class="post_wrapper"> |
|
283
|
283
|
<div class="poster">'; |
|
284
|
284
|
|
|
@@ -1961,7 +1961,7 @@ discard block |
|
|
block discarded – undo |
|
1961
|
1961
|
<div class="smalltext"> |
|
1962
|
1962
|
<div class="recipient_to"><strong>', $txt['pm_to'], ':</strong> ', implode(', ', $draft['recipients']['to']), '</div>'; |
|
1963
|
1963
|
|
|
1964
|
|
- if(!empty($draft['recipients']['bcc'])) |
|
|
1964
|
+ if (!empty($draft['recipients']['bcc'])) |
|
1965
|
1965
|
echo' |
|
1966
|
1966
|
<div class="pm_bbc"><strong>', $txt['pm_bcc'], ':</strong> ', implode(', ', $draft['recipients']['bcc']), '</div>'; |
|
1967
|
1967
|
|
Please login to merge, or discard this patch.