mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 06:23:35 -04:00
[sources] fix escaping
This commit is contained in:
parent
92fa7cfdaf
commit
434f930e59
@ -114,7 +114,7 @@ export class Source {
|
||||
this.extra = extra;
|
||||
this.year = year;
|
||||
this.fragments = fragments
|
||||
? fragments.replace(/\|/g, '\n').replace('\\@', '###').split('@').map(x => x.replace('###', '\\@'))
|
||||
? fragments.replace(/\|/g, '\n').replace('\\@', '###').split('@').map(x => x.replace('###', '@'))
|
||||
: [];
|
||||
this.comment = comment;
|
||||
this.link = link;
|
||||
|
Loading…
x
Reference in New Issue
Block a user