Skip to content

Commit 293e43d

Browse files
authored
Merge pull request #13414 from guardian/fix-multi-byline-contributor-links
Fix multi-byline contributor links
2 parents 797ecd8 + 71ea7ec commit 293e43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/MultiByline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const Byline = ({
203203
allowedAttributes: {
204204
...defaults.allowedAttributes,
205205
span: ['data-contributor-rel'],
206-
a: ['data-ignore'],
206+
a: ['data-ignore', 'data-contributor-rel', 'href'],
207207
},
208208
});
209209

0 commit comments

Comments
 (0)