Merge pull request #19787 from nextcloud/bugfix/noid/fix-js-regex
Fix JS regex
This commit is contained in:
commit
41afaa999e
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -82,7 +82,7 @@ export default {
|
|||
)
|
||||
.replace('{issuetracker}', this.issuetrackerLink)
|
||||
.replace('{designteam}', this.designteamLink)
|
||||
.replace('/{linkend}/g', '</a>')
|
||||
.replace(/\{linkend\}/g, '</a>')
|
||||
},
|
||||
issuetrackerLink() {
|
||||
return `<a target="_blank" href="https://github.com/nextcloud/server/issues/" rel="noreferrer nofollow">`
|
||||
|
|
Loading…
Reference in a new issue