diff --git a/core/lib/Foswiki/Render.pm b/core/lib/Foswiki/Render.pm index d47ba7980..7fe5a50f0 100644 --- a/core/lib/Foswiki/Render.pm +++ b/core/lib/Foswiki/Render.pm @@ -331,7 +331,7 @@ qr/<[Tt][Ee][Xx][Tt][Aa][Rr][Ee][Aa]\b.*?<\/[Tt][Ee][Xx][Tt][Aa][Rr][Ee][Aa]>/s, # Blockquoted email (indented with '> ') # Could be used to provide different colours for different numbers of '>' - $text =~ s/^>(.*?)$/'>$1<\/cite>
/gm; + $text =~ s/^>(.*?)$/> $1<\/cite>
/gm; # locate isolated < and > and translate to entities # Protect isolated