Content deleted Content added
punctuation variable not used; variable for correcting punctuation placement |
string-escaping |
||
Line 62:
contents = escape(
contents,
"<ref[^>]*>[^<]+<\\/ref>"
);
Line 68:
contents = escape(
contents,
"\\{\\{(?:[Cc]itation needed|[Cc]n|[Ff]act|[Cc]b|[Cc]tn|[Rr]ef\\?)\\|[^\}]+\\}\\}"
);
Line 78:
contents = escape(
contents,
"\\{\\{(?:sfn|efn|rfn)(?:[^\\}]+?(?:\\{\\{[^\\}]+\\}\\})?)+\\}\\}"
);
|