Skip to content

Commit

Permalink
fix: #118
Browse files Browse the repository at this point in the history
  • Loading branch information
yanli1995 committed Aug 30, 2023
1 parent 95947e0 commit e1309fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ exports.publish = function(taffyData, opts, tutorials) {
data().each(function(doclet) {
var url = helper.createLink(doclet);
if (docdash.noURLEncode) {
url = decodeURI(url);
url = decodeURI(url);
}
helper.registerLink(doclet.longname, url);

Expand Down

0 comments on commit e1309fc

Please sign in to comment.