Skip to content

Commit e1309fc

Browse files
author
yanli1995
committed
fix: #118
1 parent 95947e0 commit e1309fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ exports.publish = function(taffyData, opts, tutorials) {
670670
data().each(function(doclet) {
671671
var url = helper.createLink(doclet);
672672
if (docdash.noURLEncode) {
673-
url = decodeURI(url);
673+
url = decodeURI(url);
674674
}
675675
helper.registerLink(doclet.longname, url);
676676

0 commit comments

Comments
 (0)