Skip to content

Commit 735247d

Browse files
authored
Merge pull request #334 from fkohrt/patch-1
2 parents 48f3385 + 4e32092 commit 735247d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/xmp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const createXMP = ({ shortName, workUrl = '', workTitle = '', creatorName
2929
const ccLicenseNotice = `This work is licensed under <a href="${licenseUrl}">${licenseFullName}</a>`
3030
.replace(/</gi, '&lt;')
3131
.replace(/>/gi, '&gt;')
32-
.replace(/"/gi, '&#34;')
32+
.replace(/"/gi, '&quot;')
3333

3434
const isLicensed = shortName !== LICENSES.CC0.SHORT ? 'True' : 'False'
3535

0 commit comments

Comments
 (0)