We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48f3385 + 4e32092 commit 735247dCopy full SHA for 735247d
src/utils/xmp.js
@@ -29,7 +29,7 @@ export const createXMP = ({ shortName, workUrl = '', workTitle = '', creatorName
29
const ccLicenseNotice = `This work is licensed under <a href="${licenseUrl}">${licenseFullName}</a>`
30
.replace(/</gi, '<')
31
.replace(/>/gi, '>')
32
- .replace(/"/gi, '"')
+ .replace(/"/gi, '"')
33
34
const isLicensed = shortName !== LICENSES.CC0.SHORT ? 'True' : 'False'
35
0 commit comments