From 95d91538d9ac49e4d04eb5336e106c04e7bfb2fe Mon Sep 17 00:00:00 2001
From: zsloan
Date: Tue, 1 Sep 2020 14:58:42 -0500
Subject: There was a missing quote in one of the javascript imports added by
the PR changing them to get fetched from GUIX; I need to check and see if
there are other situations like this *
wqflask/wqflask/templates/mapping_results.html - Added missing quote
---
wqflask/wqflask/templates/mapping_results.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 224ba905..f8a76fb3 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -335,7 +335,7 @@
-
+
--
cgit v1.2.3