From dfe9e7343c6b6e24b9413a65f3f7218c9872d8bf Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 28 Jun 2017 16:31:18 -0700 Subject: [PATCH] support the raw category again --- cgi/pkgreport.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index e5a4b99..a0d7685 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -229,7 +229,8 @@ our %cats = ( "ord" => [2,3,4,1,0,5], } ], "oldview" => [ qw(status severity) ], - "normal" => [ qw(status severity classification) ], + "normal" => [ qw(status severity classification) ], + raw => [{nam => 'Raw',def => 'Raw'}], ); if (exists $param{which} and exists $param{data}) { -- 2.39.2