summaryrefslogtreecommitdiffstats
path: root/static/metricsgraphics/socorro-lens.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/metricsgraphics/socorro-lens.html')
-rw-r--r--static/metricsgraphics/socorro-lens.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/metricsgraphics/socorro-lens.html b/static/metricsgraphics/socorro-lens.html
index 9af061323..c3664db37 100644
--- a/static/metricsgraphics/socorro-lens.html
+++ b/static/metricsgraphics/socorro-lens.html
@@ -96,7 +96,7 @@
function getSignaturesFromURL(search, match) {
var index = search.indexOf("?s=");
- search = search.substring(index + 3);
+ search = search.substring(index + 3).replace(/\+/g, '%20');
var signatures = [];
if (search.indexOf("\\") !== -1) {
signatures = search.split("\\");