Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request speced#135 from plinss/develop
Browse files Browse the repository at this point in the history
Update js/w3c/headers.js
  • Loading branch information
darobin committed Feb 4, 2013
2 parents 14ec42d + 9ad6a04 commit f262160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/w3c/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ define(
});
conf.multipleAlternates = conf.alternateFormats && conf.alternateFormats.length > 1;
conf.alternatesHTML = utils.joinAnd(conf.alternateFormats, function (alt) {
return "<a href='" + alt.uri + "'>" + alt.label + "</a>";
return "<a class='alt-format' href='" + alt.uri + "'>" + alt.label + "</a>";
});
if (conf.copyrightStart && conf.copyrightStart == conf.publishYear) conf.copyrightStart = "";
for (var k in this.status2text) {
Expand Down

0 comments on commit f262160

Please sign in to comment.