Skip to content

Commit 5609a5f

Browse files
authored
Merge pull request #134 from Bobulous/patch-1
Corrected Dublin Core Terms namespace
2 parents 5a1cede + 4ca115d commit 5609a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/license-utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function generateHTML(attributionDetails, shortLicenseName) {
144144
}
145145
}
146146
if (attributionDetails.workTitle) {
147-
const workTitleSpan = `<span rel="dc:title">${attributionDetails.workTitle}</span>`
147+
const workTitleSpan = `<span rel="dct:title">${attributionDetails.workTitle}</span>`
148148
if (attributionDetails.workUrl) {
149149
dataForHtmlGeneration.workTitle = `<a rel="cc:attributionURL" href="${attributionDetails.workUrl}">${workTitleSpan}</a>`
150150
} else {

0 commit comments

Comments
 (0)