From 90dd3d58965b13816541d59622d583dc45c3d166 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 28 Apr 2015 12:50:25 -0700 Subject: Escape %% broken in my 3e6f9bea2b343e485a066db1483bd8037eeb04f7 My ignorance of Python shows. Now I now % is a special char in strings... --- www/gps_report.cgi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/gps_report.cgi.in') diff --git a/www/gps_report.cgi.in b/www/gps_report.cgi.in index d0c3d45f..9fd8a740 100644 --- a/www/gps_report.cgi.in +++ b/www/gps_report.cgi.in @@ -543,7 +543,7 @@ if hasRequiredElements(form): developers. Eventually, your report is likely to appear on our Hardware page.

- +
Reset Form @@ -557,7 +557,7 @@ else: print '''

Required fields are missing; please fill them in.

- +
Reset Form -- cgit v1.2.1