Content deleted Content added
No edit summary |
No edit summary |
||
Line 311:
local annual_mode = (frame.args.annual_mode or 'avg'):lower();
local include_space = checkFlag( frame.args.include_space or true );
local second_line = checkFlag( frame.args.second_line ) or false
local result;
Line 439:
if not single_line then
if second_line and
first_value_string = second_value_string;
end
|