diff options
author | 2019-12-16 01:46:47 +1100 | |
---|---|---|
committer | 2019-12-16 01:46:47 +1100 | |
commit | f43e9dbaa28ca8241b9b27d5dbbb5a6afd96553e (patch) | |
tree | e7e56370bdc98bf3cdf737ad7ed745361fa740e1 /scripts/minimaws/lib/htmltmpl.py | |
parent | b99eb3774e657f4967f4676eba9e9593cbe81ff6 (diff) |
minimaws: add software list support to web-based romident
(nw) also removed unused member that was breaking clang builds
Diffstat (limited to 'scripts/minimaws/lib/htmltmpl.py')
-rw-r--r-- | scripts/minimaws/lib/htmltmpl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/minimaws/lib/htmltmpl.py b/scripts/minimaws/lib/htmltmpl.py index 5ba004a03b2..b7354ae403a 100644 --- a/scripts/minimaws/lib/htmltmpl.py +++ b/scripts/minimaws/lib/htmltmpl.py @@ -241,6 +241,7 @@ SOFTWARELIST_ROW = string.Template( ' <td>${publisher}</td>\n' \ ' <td>${supported}</td>\n' \ ' <td style="text-align: right">${parts}</td>\n' \ + ' <td style="text-align: right">${baddumps}</td>\n' \ ' </tr>\n') |