Commit 3f70a5b1 authored by Leo Iannacone's avatar Leo Iannacone

fix blank space in href

parent 14dccc43
...@@ -448,7 +448,7 @@ function Page_Distrubion(socket) { ...@@ -448,7 +448,7 @@ function Page_Distrubion(socket) {
} else { } else {
distributions.forEach(function (name) { distributions.forEach(function (name) {
$('#welcome').append('<a class="btn btn-lg btn-primary" href="' + config.paths.distribution + $('#welcome').append('<a class="btn btn-lg btn-primary" href="' + config.paths.distribution +
'# ' + name + '">' + name + '</a>'); '#' + name + '">' + name + '</a>');
}); });
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment