|
@@ -277,7 +277,7 @@ discard block |
|
|
block discarded – undo |
|
277
|
277
|
global $context, $scripturl, $txt, $settings, $options, $modSettings; |
|
278
|
278
|
|
|
279
|
279
|
echo ' |
|
280
|
|
- <div class="windowbg targetAble" id="msg', $message['id'],'"> |
|
|
280
|
+ <div class="windowbg targetAble" id="msg', $message['id'], '"> |
|
281
|
281
|
<div class="post_wrapper"> |
|
282
|
282
|
<div class="poster">'; |
|
283
|
283
|
|
|
@@ -1946,7 +1946,7 @@ discard block |
|
|
block discarded – undo |
|
1946
|
1946
|
<div class="floatright smalltext righttext"> |
|
1947
|
1947
|
<div class="recipient_to">« <strong>', $txt['to'], ':</strong> ', implode(', ', $draft['recipients']['to']), ' »</div>'; |
|
1948
|
1948
|
|
|
1949
|
|
- if(!empty($draft['recipients']['bcc'])) |
|
|
1949
|
+ if (!empty($draft['recipients']['bcc'])) |
|
1950
|
1950
|
echo' |
|
1951
|
1951
|
<div class="pm_bbc">« <strong>', $txt['pm_bcc'], ':</strong> ', implode(', ', $draft['recipients']['bcc']), ' »</div>'; |
|
1952
|
1952
|
|
Please login to merge, or discard this patch.