Content deleted Content added
No edit summary |
No edit summary |
||
Line 26:
elseif gii == '½' then
Args[prefix..'draw_'..ti] = Args[prefix..'draw_'..ti] + 1
--if yesno(Args['disp_fractions'] or 'yes') then
-- gii = '<span class="visualhide"> </span><sup>1</sup>⁄<sub>2</sub>'
--end
elseif gii == '0' then
Args[prefix..'loss_'..ti] = Args[prefix..'loss_'..ti] + 1
|