@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | global $context, $scripturl, $txt, $settings, $options, $modSettings; |
278 | 278 | |
279 | 279 | echo ' |
280 | - <div class="windowbg" id="msg', $message['id'],'"> |
|
280 | + <div class="windowbg" id="msg', $message['id'], '"> |
|
281 | 281 | <div class="post_wrapper"> |
282 | 282 | <div class="poster">'; |
283 | 283 | |
@@ -1946,7 +1946,7 @@ discard block |
||
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 |