Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 6122664

Browse files
committed
need to encode uri
1 parent 3fa6602 commit 6122664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ubiquitous-rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function renderBlacklists() {
9090
child.attr('href', userListHref);
9191
child.text($(userListHref).text());
9292
} else {
93-
child.attr('href', blacklistName);
93+
child.attr('href', encodeURI(blacklistName));
9494
child.text(blacklistName);
9595
}
9696
child = $('span span:nth-of-type(1)', li);

0 commit comments

Comments
 (0)