Skip to content

Commit

Permalink
Item15187: remove stray quote from TML citations
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Mar 15, 2023
1 parent 40cb5d3 commit e2ff4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Render.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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/^>(.*?)$/'&gt;<cite>$1<\/cite><br \/>/gm;
$text =~ s/^>(.*?)$/<cite>&gt; $1<\/cite><br \/>/gm;

# locate isolated < and > and translate to entities
# Protect isolated <!-- and -->
Expand Down

0 comments on commit e2ff4e5

Please sign in to comment.