mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-14 20:23:12 +01:00
Strip base_xenforoforum tagsfromtitle with commas. Addresses final issue in #782
This commit is contained in:
parent
8828e1fc28
commit
5128dc6743
1 changed files with 2 additions and 2 deletions
|
|
@ -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] =>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue