Merge pull request #19460 from nextcloud/bugfix/noid/opsy

Replace all link-ends
This commit is contained in:
Roeland Jago Douma 2020-02-14 09:36:03 +01:00 committed by GitHub
commit 1199e57896
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}', '</a>')
.replace('/{linkend}/g', '</a>')
},
issuetrackerLink() {
return `<a target="_blank" href="https://github.com/nextcloud/server/issues/" rel="noreferrer nofollow">`