';
const p1class=m.winner===m.p1?'player winner':m.p1===null?'player bye':'player';
const p2class=m.winner===m.p2?'player winner':m.p2===null?'player bye':'player';
html+='
'+(m.p1||'BYE')+''+(m.score1!==null?''+m.score1+'':'')+'
';
html+='
'+(m.p2||'BYE')+''+(m.score2!==null?''+m.score2+'':'')+'
';
html+='