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] =>,