]> git.donarmstrong.com Git - debbugs.git/commitdiff
SVG is supported by enough browsers; default to it in version.cgi
authorDon Armstrong <don@donarmstrong.com>
Sat, 6 Jul 2019 15:19:28 +0000 (08:19 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 6 Jul 2019 15:19:28 +0000 (08:19 -0700)
 - Thanks to James Clarke for the impetus to make this change

cgi/version.cgi

index 36e3ee879a9a05d4719eb85ee994b2860e97932b..cd504334049b8f24d43ec3d7cabcb5b15adfe0bb 100755 (executable)
@@ -72,7 +72,7 @@ my %cgi_var = cgi_parameters(query   => $q,
                                         fixed         => [],
                                         ignore_boring => 1,
                                         collapse      => 0,
-                                        format        => 'png',
+                                        format        => 'svg',
                                         width         => undef,
                                         height        => undef,
                                         info          => 0,