Skip to content

Commit

Permalink
closes #115
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jul 11, 2024
1 parent 57acf8b commit 45869c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_shared/pipes/faq.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class FaqPipe implements PipeTransform {
return `<a href="${rulesUrl}/#${p1}" target="_blank">${p1}</a>`;
});

const linkRegex = /\$link:([\w'"\- ]+)\$/gm;
const linkRegex = /\$link:([\w'"\-& ]+)\$/gm;
value = value.replace(linkRegex, (match, p1) => {
if (!productId) return p1;

Expand Down

0 comments on commit 45869c8

Please sign in to comment.