Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
oops, minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3213 committed Feb 16, 2016
1 parent ae03835 commit 51ea752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ function createRDF(manifest) {
"em:locale": locale,
"em:name": l10n.title || jetpackMeta["em:name"],
"em:description": l10n.description || jetpackMeta["em:description"],
"em:creator": formatAuthor(manifest.author)
"em:creator": jetpackMeta["em:creator"]
};

if (manifest.homepage) {
l10nDescription["em:homepageURL"] = manifest.homepage;
l10nDescription["em:homepageURL"] = jetpackMeta["em:homepageURL"];
}

description.children.push({
Expand Down

0 comments on commit 51ea752

Please sign in to comment.