File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dotcom-rendering/src/server Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ https://workforus.theguardian.com/careers/product-engineering/
364
364
? `
365
365
<noscript>
366
366
<!-- Comscore Identifier: comscorekw=${ props . keywords
367
- . replace ( / / g , '_' )
368
- . replace ( / & / g , 'and' ) } -->
367
+ . replaceAll ( ' ' , '_' )
368
+ . replaceAll ( '&' , 'and' ) } -->
369
369
<img src="https://sb.scorecardresearch.com/p?${ new URLSearchParams (
370
370
{
371
371
c1 : '2' ,
@@ -374,8 +374,8 @@ https://workforus.theguardian.com/careers/product-engineering/
374
374
cj : '1' ,
375
375
cs_ucfr : '0' ,
376
376
comscorekw : props . keywords
377
- . replace ( / / g , '_' )
378
- . replace ( / & / g , 'and' ) ,
377
+ . replaceAll ( ' ' , '_' )
378
+ . replaceAll ( '&' , 'and' ) ,
379
379
} ,
380
380
) . toString ( ) } " />
381
381
</noscript>
You can’t perform that action at this time.
0 commit comments