Merge pull request #19460 from nextcloud/bugfix/noid/opsy
Replace all link-ends
This commit is contained in:
commit
1199e57896
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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">`
|
||||
|
|
Loading…
Reference in New Issue