From b49f64961c38ed05e58cc959ce6a54fd30283a2e Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 30 Nov 2014 16:08:00 -0800 Subject: [PATCH] Bug 738477 - WebKit is broken on Win32. Turns out our URL for loading jqplot is what was broken. --- src/report/report-system/html-jqplot.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/report/report-system/html-jqplot.scm b/src/report/report-system/html-jqplot.scm index 23a2d24b8c..e143eafef0 100644 --- a/src/report/report-system/html-jqplot.scm +++ b/src/report/report-system/html-jqplot.scm @@ -2,14 +2,14 @@ (define (gnc:html-js-include file) (string-append - "\n" )) (define (gnc:html-css-include file) (string-append - "\n" ))