aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.ts')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.ts b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
index 8f2d79ec1..e7ba64b4d 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.ts
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.ts
@@ -100,7 +100,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
100 allowedTags: [ 'a', 'p', 'span', 'br' ], 100 allowedTags: [ 'a', 'p', 'span', 'br' ],
101 allowedSchemes: [ 'http', 'https' ], 101 allowedSchemes: [ 'http', 'https' ],
102 allowedAttributes: { 102 allowedAttributes: {
103 'a': [ 'href', 'class' ] 103 'a': [ 'href', 'class', 'target' ]
104 }, 104 },
105 transformTags: { 105 transformTags: {
106 a: (tagName, attribs) => { 106 a: (tagName, attribs) => {