Merge pull request #19787 from nextcloud/bugfix/noid/fix-js-regex

Fix JS regex
This commit is contained in:
Roeland Jago Douma 2020-03-05 12:42:42 +01:00 committed by GitHub
commit 41afaa999e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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">`