forked from jan/debianmemberportfolio
switch to html as default output format
This commit is contained in:
parent
6d9b5b85c8
commit
b90fee99fa
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ developer name on all bug logs)'),
|
|||
if not tuple[0] in rp or not rp[tuple[0]]:
|
||||
rp[tuple[0]] = fields[tuple[1]]
|
||||
if not 'mode' in rp or not rp['mode']:
|
||||
rp['mode'] = 'json'
|
||||
rp['mode'] = 'html'
|
||||
|
||||
schema = DeveloperData()
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue