From 5128dc6743375cc9ebb4e315e30fca31416ab754 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 21 Dec 2021 12:50:55 -0600 Subject: [PATCH] Strip base_xenforoforum tagsfromtitle with commas. Addresses final issue in #782 --- fanficfare/defaults.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index 62640833..ddf1e0f9 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -719,8 +719,8 @@ add_to_replace_metadata: # tagsfromtitle=>[\(\)\[\]]=> # shield these html entities from the ';' pattern below tagsfromtitle=>&(amp|lt|gt);=>&\1FFF_ENT_MARKER -# change (spaces)slash(or semicolon)(spaces) to comma - tagsfromtitle=> *[/;|] *=>, +# change (spaces)slash(or semicolon, pipe or comma)(spaces) to comma + tagsfromtitle=> *[/;|,] *=>, # revert html entities tagsfromtitle=>&(amp|lt|gt)FFF_ENT_MARKER=>&\1; tagsfromtitle=> [xX] =>,