Fix JS regex
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
48b374f683
commit
c42864c2f4
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