Ticket #6813: press-this_7-10-9pm.diff

File press-this_7-10-9pm.diff, 811 bytes (added by noel, 5 years ago)

Fixes continuous linking issue by using rlm entity;

Line 
1Index: press-this.php
2===================================================================
3--- press-this.php      (revision 8309)
4+++ press-this.php      (working copy)
5@@ -497,7 +497,7 @@
6                <div class="editor_area">
7                        <h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2>
8                        <div class="editor-container">
9-                               <textarea name="content" id="content" style="width:100%;" class="mceEditor"><?php if ($selection) { echo wp_richedit_pre($selection); } else { ?><a href='<?php echo $url ?>'><?php echo $title; ?></a><?php } ?></textarea>
10+                               <textarea name="content" id="content" style="width:100%;" class="mceEditor"><?php if ($selection) { echo wp_richedit_pre($selection); } else { ?><a href='<?php echo $url ?>'><?php echo $title; ?></a> &rlm;<?php } ?></textarea>
11                        </div>
12                </div>
13        </div>