| 1 | Index: xmlrpc.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- xmlrpc.php (revision 7594) |
|---|
| 4 | +++ xmlrpc.php (working copy) |
|---|
| 5 | @@ -1296,7 +1296,7 @@ |
|---|
| 6 | } |
|---|
| 7 | |
|---|
| 8 | if ($post_more) { |
|---|
| 9 | - $post_content = $post_content . "\n<!--more-->\n" . $post_more; |
|---|
| 10 | + $post_content = $post_content . "<!--more-->" . $post_more; |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | $to_ping = $content_struct['mt_tb_ping_urls']; |
|---|
| 14 | @@ -1565,7 +1565,7 @@ |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | if ($post_more) { |
|---|
| 18 | - $post_content = $post_content . "\n<!--more-->\n" . $post_more; |
|---|
| 19 | + $post_content = $post_content . "<!--more-->" . $post_more; |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | $to_ping = $content_struct['mt_tb_ping_urls']; |
|---|