mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Replace all link-ends
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
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">`
|
||||
|
||||
Reference in New Issue
Block a user