summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-10-04 15:34:49 +0200
committerDylan William Hardison <dylan@hardison.net>2018-10-04 15:34:49 +0200
commit43fd8e8166808ffece4735e55655dabed50b634c (patch)
tree442912f3bf7a19b6efd297a6130067d61b6c8df3
parentd32521c8b2ca82469540caff9a6ce5a9ca3c4f7b (diff)
downloadbugzilla-43fd8e8166808ffece4735e55655dabed50b634c.tar.gz
bugzilla-43fd8e8166808ffece4735e55655dabed50b634c.tar.xz
Bug 1495746 - /app/static/metricsgraphics/css/google-OpenSans.css missing in app container
-rw-r--r--public/metricsgraphics/socorro-lens.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/metricsgraphics/socorro-lens.html b/public/metricsgraphics/socorro-lens.html
index c3664db37..19c75253b 100644
--- a/public/metricsgraphics/socorro-lens.html
+++ b/public/metricsgraphics/socorro-lens.html
@@ -1,7 +1,7 @@
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <link href='css/google-OpenSans.css' rel='stylesheet' type='text/css'>
+ <link href='css/google-OpenSans.min.css' rel='stylesheet' type='text/css'>
<link href='css/google-PTSerif.min.css' rel='stylesheet' type='text/css'>
<link href='css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href='css/bootstrap.min.css' rel='stylesheet' type='text/css'>
@@ -237,4 +237,4 @@
}
</script>
</body>
-</html> \ No newline at end of file
+</html>