Skip to content

Commit

Permalink
fix(core/link-to-dfn): markdown escape dfn (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jun 12, 2017
1 parent e0feea5 commit e8b1212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core/link-to-dfn.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ define(["core/pubsubhub", "core/data-cite"], function(pubsubhub, dataCite) {
(link_for ? "for '" + link_for + "' " : "") +
"with text '" +
title +
"' but no matching <dfn>."
"' but no matching `<dfn>`."
);
console.warn("Linkless element:", $ant[0]);
return;
Expand Down

0 comments on commit e8b1212

Please sign in to comment.