We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc5267 commit f67126dCopy full SHA for f67126d
core/lib/pattern_assembler.js
@@ -418,7 +418,7 @@ var pattern_assembler = function () {
418
419
if (linkMatches) {
420
for (var i = 0; i < linkMatches.length; i++) {
421
- expandedLink = patternlab.data.link[linkMatches[i].split('.')[1]];
+ expandedLink = encodeURI(patternlab.data.link[linkMatches[i].split('.')[1]]);
422
if (expandedLink) {
423
expandedLink = expandedLink.replace('\\', '/');
424
if (patternlab.config.debug) {
0 commit comments