Index: press-this.php
===================================================================
--- press-this.php	(revision 8311)
+++ press-this.php	(working copy)
@@ -287,6 +287,11 @@
 	<title><?php _e('Press This') ?></title>
 
 	<script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script>
+	
+	<!--[if gte IE 6]>
+	<link rel="stylesheet" href="./css/press-this-ie.css" type="text/css" media="screen" charset="utf-8" />
+	<![endif]-->
+	
 <?php
 	add_thickbox();
 	wp_enqueue_style('press-this');
@@ -497,7 +502,7 @@
 		<div class="editor_area">
 			<h2 id="content_type"><label for="content"><?php _e('Post') ?></label></h2>
 			<div class="editor-container">
-				<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>
+				<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>
 			</div>
 		</div>
 	</div>
