diff -r adc8466df404 -r 753f1380d6bc lib/redmine/wiki_formatting/textile/.svn/text-base/formatter.rb.svn-base
--- a/lib/redmine/wiki_formatting/textile/.svn/text-base/formatter.rb.svn-base
+++ b/lib/redmine/wiki_formatting/textile/.svn/text-base/formatter.rb.svn-base
@@ -43,7 +43,7 @@
         # Patch for RedCloth.  Fixed in RedCloth r128 but _why hasn't released it yet.
         # <a href="http://code.whytheluckystiff.net/redcloth/changeset/128">http://code.whytheluckystiff.net/redcloth/changeset/128</a>
         def hard_break( text ) 
-          text.gsub!( /(.)\n(?!\n|\Z|>| *([#*=]+(\s|$)|[{|]))/, "\\1<br />" ) if hard_breaks
+          text.gsub!( /(.)\n(?!\n|\Z| *([#*=]+(\s|$)|[{|]))/, "\\1<br />" ) if hard_breaks
         end
         
         # Patch to add code highlighting support to RedCloth
